All Downloads are FREE. Search and download functionalities are using the official Maven repository.

chapters.appenders.conf.logback-MDC.xml Maven / Gradle / Ivy

There is a newer version: 1.3.0-alpha4
Show newest version
<configuration>

  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
    <encoder>
      <pattern>%-4relative [%thread] %-5level %X{testKey} - %msg%n</pattern>
    </encoder>
  </appender>

  <root level="debug">
    <appender-ref ref="STDOUT" />
  </root>
</configuration>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy