Repository: logging-log4j2 Updated Branches: refs/heads/master 58a7543b4 -> e40e631e9
Fix broken XML tag. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e40e631e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e40e631e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e40e631e Branch: refs/heads/master Commit: e40e631e9ed200d2fd8261b368af2273ea466042 Parents: 58a7543 Author: Gary Gregory <[email protected]> Authored: Mon May 18 22:38:02 2015 -0700 Committer: Gary Gregory <[email protected]> Committed: Mon May 18 22:38:02 2015 -0700 ---------------------------------------------------------------------- src/site/xdoc/manual/layouts.xml.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e40e631e/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 e79b95a..c4929df 100644 --- a/src/site/xdoc/manual/layouts.xml.vm +++ b/src/site/xdoc/manual/layouts.xml.vm @@ -1044,7 +1044,7 @@ WARN [main]: Message 2</pre> <b>MDC</b>{key[,key2...]} </td> <td> - <>Outputs the Thread Context Map (also known as the Mapped Diagnostic Context or MDC) + <p>Outputs the Thread Context Map (also known as the Mapped Diagnostic Context or MDC) associated with the thread that generated the logging event. The <b>X</b> conversion character can be followed by one or more keys for the
