LOG4J2-435 small documentation fixes Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/75a51f7a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/75a51f7a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/75a51f7a
Branch: refs/heads/LOG4J-1181 Commit: 75a51f7a297fe1946744348f7627940eed54afda Parents: 9989750 Author: rpopma <[email protected]> Authored: Sun Nov 29 01:38:59 2015 +0900 Committer: rpopma <[email protected]> Committed: Sun Nov 29 01:38:59 2015 +0900 ---------------------------------------------------------------------- src/site/xdoc/manual/appenders.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/75a51f7a/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index f5e6bf1..cda984d 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -2668,7 +2668,7 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { Below is a sample configuration that uses a RollingFileAppender with the cron triggering policy configured to trigger every day at midnight. Archives are stored in a directory based on the current year and month. - All files that match the "*/app-*.log.gz" glob and are 60 days old + All files under the base directory that match the "*/app-*.log.gz" glob and are 60 days old or older are deleted at rollover time. </p> @@ -2701,7 +2701,7 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { triggering policies, will create up to 100 archives on the same day (1-100) that are stored in a directory based on the current year and month, and will compress each archive using gzip and will roll every hour. - Of the old archives that match the "*/app-*.log.gz" glob, only the most recent files up to 100 GB are kept, + Of the old archives under the base directory that match the "*/app-*.log.gz" glob, only the most recent files up to 100 GB are kept, other files (that match the "*/app-*.log.gz" glob) are deleted. Files that do not match the "*/app-*.log.gz" glob are not deleted. </p>
