Repository: logging-log4j2 Updated Branches: refs/heads/master 10316c393 -> 856e0341d
LOG4J2-1362: update example output in layouts.html manual page Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/856e0341 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/856e0341 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/856e0341 Branch: refs/heads/master Commit: 856e0341dd25eb7d94a51dab4711796434eae2ce Parents: 10316c3 Author: rpopma <[email protected]> Authored: Wed May 25 01:29:41 2016 +0900 Committer: rpopma <[email protected]> Committed: Wed May 25 01:29:41 2016 +0900 ---------------------------------------------------------------------- src/site/xdoc/manual/layouts.xml.vm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/856e0341/src/site/xdoc/manual/layouts.xml.vm ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/layouts.xml.vm b/src/site/xdoc/manual/layouts.xml.vm index 9d6924e..d8af4e0 100644 --- a/src/site/xdoc/manual/layouts.xml.vm +++ b/src/site/xdoc/manual/layouts.xml.vm @@ -2026,10 +2026,8 @@ contextStack: endOfBatch: false loggerFqcn: "f.q.c.n" contextMap: -- key: "MDC.B" - value: "B_Value" -- key: "MDC.A" - value: "A_Value" + MDC.B: "B_Value" + MDC.A: "A_Value" threadId: 1 threadPriority: 5 source:
