Skip to main content

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.

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:
ElementAttributeValueDescription
<configuration>debugfalseFlag used to enable/disable Logback debug mode
<appender>nameSTDOUTName of Logback appender used for logging
classch.qos.logback.core.ConsoleAppenderImplementation Logback appender used for logging
<encoder>
<pattern>%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%throwableFormatting pattern of the logging output
<root>levelINFORoot logger level
<appender-ref>refSTDOUTName of Logback appender used by root logger
<contextListener>classch.qos.logback.classic.jul.LevelChangePropagatorImplementation of Logback context listener
<resetJUL>trueFlag used to reset all previous level configurations of all j.u.l. loggers