Configuring SLF4J Logging
The Spring Boot-based resolver application generates logs from all components, including those using SLF4J (such as the dirx-dxi-resolution component) and those relying on Java Util Logging (such as most legacy components like svclayer and storage). By leveraging any of the options below, you can enable SLF4J logging for components that use Java Util Logging.
1. Configure via application.properties
This method sets the SLF4J usage flag by reading it from the application.properties file and applying it as a system property.
# System variable to decide if SLF4J logging should be used
com.siemens.dirxcommon.logging.USE_SLF4J=true