doc improvement: show how to configure rollover strategy when configuring in properties format
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/af932f18 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/af932f18 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/af932f18 Branch: refs/heads/LOG4J-1181 Commit: af932f18fc2b0a88b0ee40a6a78638ec4ef397f3 Parents: 02e954c Author: rpopma <[email protected]> Authored: Wed Nov 11 13:47:52 2015 +0900 Committer: rpopma <[email protected]> Committed: Wed Nov 11 13:47:52 2015 +0900 ---------------------------------------------------------------------- src/site/xdoc/manual/configuration.xml.vm | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/af932f18/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 b5f4c98..a417151 100644 --- a/src/site/xdoc/manual/configuration.xml.vm +++ b/src/site/xdoc/manual/configuration.xml.vm @@ -866,6 +866,8 @@ appender.rolling.policies.time.interval = 2 appender.rolling.policies.time.modulate = true appender.rolling.policies.size.type = SizeBasedTriggeringPolicy appender.rolling.policies.size.size=100MB +appender.rolling.strategy.type = DefaultRolloverStrategy +appender.rolling.strategy.max = 5 appender.list.type = List appender.list.name = List
