Fix Properties config examples

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/66651748
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/66651748
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/66651748

Branch: refs/heads/java9NoMultiRelease
Commit: 666517480d0a781e4b4b003d97dfdf27d418f121
Parents: 024acaf
Author: Mikael StÃ¥ldal <[email protected]>
Authored: Tue Apr 11 13:51:16 2017 +0200
Committer: Mikael StÃ¥ldal <[email protected]>
Committed: Tue Apr 11 13:51:16 2017 +0200

----------------------------------------------------------------------
 src/site/xdoc/manual/configuration.xml.vm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/66651748/src/site/xdoc/manual/configuration.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/configuration.xml.vm 
b/src/site/xdoc/manual/configuration.xml.vm
index 920e426..51293a5 100644
--- a/src/site/xdoc/manual/configuration.xml.vm
+++ b/src/site/xdoc/manual/configuration.xml.vm
@@ -902,6 +902,8 @@ appender.console.type = Console
 appender.console.name = STDOUT
 appender.console.layout.type = PatternLayout
 appender.console.layout.pattern = %m%n
+appender.console.filter.threshold.type = ThresholdFilter
+appender.console.filter.threshold.level = error
 
 appender.rolling.type = RollingFile
 appender.rolling.name = RollingFile
@@ -918,11 +920,6 @@ appender.rolling.policies.size.size=100MB
 appender.rolling.strategy.type = DefaultRolloverStrategy
 appender.rolling.strategy.max = 5
 
-appender.list.type = List
-appender.list.name = List
-appender.list.filter.threshold.type = ThresholdFilter
-appender.list.filter.threshold.level = error
-
 logger.rolling.name = com.example.my.app
 logger.rolling.level = debug
 logger.rolling.additivity = false

Reply via email to