> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# logback-spring.xml

The **logback-spring.xml** file defines the Sign-off logging configuration.

Location: **limits-starter\src\main\resources**.

## File values

The **logback-spring.xml** file has the following attributes:

<table><thead><tr><th>Element</th><th>Attribute</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>\<configuration></td><td>debug</td><td><code>false</code></td><td>Flag used to enable/disable Logback debug mode</td></tr><tr><td>\<appender></td><td>name</td><td><code>STDOUT</code></td><td>Name of Logback appender used for logging</td></tr><tr><td /><td>class</td><td><code>ch.qos.logback.core.ConsoleAppender</code></td><td>Implementation Logback appender used for logging</td></tr><tr><td>\<encoder></td><td /><td /><td /></tr><tr><td>\<pattern></td><td /><td><code>%date\{yyyy-MM-dd HH:mm:ss.SSS z} \[%cyan(t=%X\{trace\_id}) %magenta(s=%X\{span\_id})] \[%blue(%thread)] %highlight(%-5level) %yellow(%logger\{36}) - %msg%n%throwable</code></td><td>Formatting pattern of the logging output</td></tr><tr><td>\<root></td><td>level</td><td><code>INFO</code></td><td>Root logger level</td></tr><tr><td>\<appender-ref></td><td>ref</td><td><code>STDOUT</code></td><td>Name of Logback appender used by root logger</td></tr><tr><td>\<contextListener></td><td>class</td><td><code>ch.qos.logback.classic.jul.LevelChangePropagator</code></td><td>Implementation of Logback context listener</td></tr><tr><td>\<resetJUL></td><td /><td>true</td><td>Flag used to reset all previous level configurations of all j.u.l. loggers</td></tr></tbody></table>
