You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/03/28 20:04:14 UTC

[logging-log4j2] branch release-2.x updated: Documentation fix

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 5ec964c  Documentation fix
5ec964c is described below

commit 5ec964cd48c9ce920ce96a7b6d097749e501a582
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Mar 28 13:04:00 2020 -0700

    Documentation fix
---
 src/site/xdoc/manual/configuration.xml.vm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/site/xdoc/manual/configuration.xml.vm b/src/site/xdoc/manual/configuration.xml.vm
index a057ab4..e8ab9ce 100644
--- a/src/site/xdoc/manual/configuration.xml.vm
+++ b/src/site/xdoc/manual/configuration.xml.vm
@@ -699,6 +699,7 @@ Configuration:
   appenders:
     Console:
       name: STDOUT
+      target: SYSTEM_OUT
       PatternLayout:
         Pattern: "%m%n"
     File: