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.

Log Output and Locations

  • Warning Logs: All warnings for each package are written to the warning-resolutionservice.log file.

  • All Logs: All logs, depending on the configured levels, are written to the resolutionservice.log file.

Both files are located in: <yourFolder>/resolution-9.0-SNAPSHOT/logs/