...
Control the log level overall by parameter logging.level.root
, respective at package granularity by parameter logging.level.<package>
.
logging.level.root
Parameter | Description | Supported Values | Required | Default value |
| Log Level for all logging. If special log level for package is configured, package configuration will overrule. Recommended for Production is WARN or ERROR. |
| no | DEBUG |
|
Examples:
Example:
| Definition of the log level for the package.
|
| no |
| ||
| Specifies a location for the configuration file of the logging framework
| Path and filename | no |
|
For more information how to apply these parameters, please read Application wide settings.
...