Versions Compared

Key

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

(info) To obtain a more detailed information about consistency checks in the logs, make sure you also have the appropriate setting in the log4j configuration file, for example:

Code Block
    <Logger name="org.apache.jackrabbit" level="info">
      <AppenderRef ref="console"/>
    </Logger>  

Together with a consistency check for a workspace enabled (see below) for example, the logger would print the following into the log file:

...