Repository: logging-log4j2 Updated Branches: refs/heads/master 212c5a4a6 -> 60649efe7
[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/master Commit: 60649efe71bde570a6a034a3dc6f6582fc9b0633 Parents: 212c5a4 Author: Gary Gregory <[email protected]> Authored: Fri Aug 19 09:19:59 2016 -0700 Committer: Gary Gregory <[email protected]> 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>
