Versions Compared

Key

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

...

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

logging.level.root

Log Level for all logging.

If special log level for package is configured, package configuration will overrule.

Recommended for Production is WARN or ERROR.

OFF; ERROR; WARN; INFO; DEBUG

no

DEBUG

logging.level.<package>

Examples:

Example:

logging.level.com.software.kgs

Definition of the log level for the package.

 

OFF; ERROR; WARN; INFO; DEBUG

no

 

logging.config

Specifies a location for the configuration file of the logging framework

Info

Hint: When using container-deployment volume mapping maybe required.

Path and filename

no

log4j2.xml

For more information how to apply these parameters, please read Application wide settings.

...