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.

 

Creating

...

Custom Performance Indicator Tabs

In addition to the four default tabs, you can develop and extend the XperienCentral Performance Dashboard using custom plugins. See Adding Custom Indicators to the Performance Dashboard.

...