You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/08/19 20:28:25 UTC

[17/19] logging-log4j2 git commit: [LOG4J2-1501] FileAppender should be able to create files lazily.

[LOG4J2-1501] FileAppender should be able to create files lazily.

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

Branch: refs/heads/LOG4J2-1528
Commit: 60649efe71bde570a6a034a3dc6f6582fc9b0633
Parents: 212c5a4
Author: Gary Gregory <gg...@apache.org>
Authored: Fri Aug 19 09:19:59 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Fri Aug 19 09:19:59 2016 -0700

----------------------------------------------------------------------
 src/site/xdoc/manual/appenders.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/60649efe/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index 149c5b0..7263116 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -386,7 +386,8 @@
             <tr>
               <td>lazyCreate</td>
               <td>boolean</td>
-              <td>The appender creates the file on-demand.</td>
+              <td>The appender creates the file on-demand. The appender only creates the file when a log event 
+                passes all filters and is routed to this appender.</td>
             </tr>
             <tr>
               <td>locking</td>