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: signoff-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>%n%date{yyyy-MM-dd HH:mm:ss.SSS z} %relative [%thread] %logger - %level: %message %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