Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open the <tomcat root>\conf\logging.properties file.
  2. At the end of the file, the following lines should appear. If they do not, add them.
    • org.apache.jackrabbit.core.level = <level>
    • org.apache.jackrabbit.core.state.level = <level>
    • nl.gx.XperienCentral.level = <level>
    • org.apache.jackrabbit.level = <level>
    • org.quartz.level = <level>
    • org.springframework.level = <level>

  3. Substitute <level> with the level at which you want to log (SEVERE, WARNING, or INFO). Logging at the level SEVERE is recommended.

 For more information on logging events in XperienCentral, see the Log Administrative Page.

Creating Custom Performance Indicator Tabs

...