Versions Compared

Key

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

...

To change the level to DEBUG for all Fedora classes, change the logger name="org.fcrepo" line to the following:panel

Code Block

<logger name="org.fcrepo" additivity="false" level="DEBUG">

To change the level to DEBUG for just one class, add the following lines:panel

Code Block

log4j.logger.fedora.server.utilities.SQLUtility = DEBUG, FEDORA

...


log4j.additivity.fedora.server.utilities.SQLUtility = false

To change the level to DEBUG for a whole package, add the following lines:

panel
Code Block
theme
Midnight

<logger name="org.fcrepo.server.resourceIndex" additivity="false" level="DEBUG">


<appender-ref ref="FEDORA"/>