Configuring Log Levels
Log levels for various packages can be configured in the logback-spring.xml file. Supported log levels include: ERROR, WARN, INFO, DEBUG, TRACE, and OFF.
Applicable Packages
Log levels can be set individually for the following packages:
-
solutions.dirx.identity -
siemens.dxr.service -
siemens.dxm.storage -
com.siemens -
net.atos.dirx -
com.dirxcloud
Log Levels Overview
-
ERROR– Logs errors that typically result in failed resolution. -
WARN– Logs potentially harmful situations that may need attention but are not necessarily errors. -
INFO– Logs general informational messages to show application progress. -
DEBUG,TRACE,ALL– Logs detailed messages for debugging and flow tracing. -
OFF– Disables logging entirely.
Log level configuration is managed centrally in the logback-spring.xml file.