Repository: logging-log4j2 Updated Branches: refs/heads/master d5f735009 -> e792dcdb7
LOG4J2-435 grammar fix Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e792dcdb Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e792dcdb Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e792dcdb Branch: refs/heads/master Commit: e792dcdb74ae4b9f7452eabbd39a216b2abd4a57 Parents: d5f7350 Author: rpopma <[email protected]> Authored: Sun Dec 27 09:08:23 2015 +0900 Committer: rpopma <[email protected]> Committed: Sun Dec 27 09:08:23 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/e792dcdb/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index 817fb1f..9dcb0c2 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -2751,8 +2751,8 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { </Policies> <DefaultRolloverStrategy max="100"> <!-- - Nested conditions: the inner condition is only evaluated for files - where the outer conditions are true. + Nested conditions: the inner condition is only evaluated on files + for which the outer conditions are true. --> <Delete basePath="${baseDir}" maxDepth="2"> <IfFileName glob="*/app-*.log.gz">
