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:24 UTC

[16/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/212c5a4a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/212c5a4a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/212c5a4a

Branch: refs/heads/LOG4J2-1528
Commit: 212c5a4a6f02364e0cb380b50d193800523c8cd6
Parents: 20cff4f
Author: Gary Gregory <gg...@apache.org>
Authored: Fri Aug 19 08:57:27 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Fri Aug 19 08:57:27 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/212c5a4a/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index 51caab6..149c5b0 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -384,6 +384,11 @@
                 of "%m%n" will be used.</td>
             </tr>
             <tr>
+              <td>lazyCreate</td>
+              <td>boolean</td>
+              <td>The appender creates the file on-demand.</td>
+            </tr>
+            <tr>
               <td>locking</td>
               <td>boolean</td>
               <td>When set to true, I/O operations will occur only while the file lock is held allowing FileAppenders