...
- Open the
<tomcat root>\conf\logging.properties
file. - 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>
- Substitute
<level>
with the level at which you want to log (SEVERE
,WARNING
, orINFO
). Logging at the levelSEVERE
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.
...