Merge pull request #28308 from akka/wip-mdc-logback-config-patriknw

use %mdc logback config to output all MDC entries
This commit is contained in:
Patrik Nordwall 2019-12-05 16:26:30 +01:00 committed by GitHub
commit 619a4494d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 119 additions and 118 deletions

View file

@ -3,7 +3,7 @@
<!-- Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com> -->
<variable name="pattern" value="%date{ISO8601} %-5level %logger %X{akkaSource} %X{sourceThread} - %msg%n" />
<variable name="pattern" value="%date{ISO8601} %-5level %logger %marker - %msg {%mdc}%n" />
<variable name="folder" value="${user.dir}/target/metrics" />