DEBUG

The second-lowest log level - less severe than INFO, more severe than TRACE. This is used for debug output, that you may not always have enabled, but that you may want to enable for certain packages where you need more information for debugging.

See LogLevel for more on how to configure log levels.