Repository: logging-log4j2 Updated Branches: refs/heads/master 20cff4f80 -> 212c5a4a6
[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/master Commit: 212c5a4a6f02364e0cb380b50d193800523c8cd6 Parents: 20cff4f Author: Gary Gregory <[email protected]> Authored: Fri Aug 19 08:57:27 2016 -0700 Committer: Gary Gregory <[email protected]> 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
