<div class="faq-answer">
<p>DomiSMP uses the Logback framework for logging, configured in the embedded <code>./WEB-INF/classes/logback.xml</code> file within the SMP <code>.war</code> file.</p><p>You can modify the logging configuration by:</p><ul><li>Editing the embedded <code>logback.xml</code> file</li><li>Defining a new Logback file in the <code>smp.config.properties</code> file. For example: <code>log.configuration.file=/opt/apache-tomcat-8.5.30/smp/logback.xml</code></li></ul><p>For more details on configuring Logback, including setting the logging level, visit the <a href="https://logback.qos.ch/documentation.html">Logback documentation</a>.</p>
</div> |