Logging

The following logging configuration options can be used:

logging.logger.level

This parameter defines the level of detail for the logging.

Allowed values: TRACE, DEBUG, INFO, WARN, ERROR
Default: WARN

logging.file.location

Log file location.

By default, this is the folder of the Tomcat log files. To create log files in the working directory of security.manager, use the value ${securitymanager.data.dir}/logs.

Default: ${catalina.base}/logs

Additional logging options are described in the default-application.properties file of each web app, for example to enable or disable logging into the console, into files, and GELF logging.