DomiSMP uses the Logback framework for logging, configured in the embedded ./WEB-INF/classes/logback.xml
file within the SMP .war
file.
You can modify the logging configuration by:
- Editing the embedded
logback.xml
file - Defining a new Logback file in the
smp.config.properties
file. For example:log.configuration.file=/opt/apache-tomcat-8.5.30/smp/logback.xml
For more details on configuring Logback, including setting the logging level, visit the Logback documentation.