Increase log level

The default log level is ERROR

The log level can be changed by adding:

$log=<log level>

to the property file of the component you would like to debug.

If you want to change the agent's logging level to debug, for example, add:

$log=DEBUG

to config/Agent.properties and restart the Change Log Daemon.

Valid log levels are

  • ERROR

  • WARNING

  • DEBUG

  • INFO

  • TRACE