[OG4J2-1501] ileAppender should be able to create files on-demand. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/779e542f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/779e542f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/779e542f
Branch: refs/heads/LOG4J2-1528 Commit: 779e542f7c3bddfc54bf48668b0a74ad5120dd7f Parents: 1967ac1 Author: Gary Gregory <ggreg...@apache.org> Authored: Sat Aug 20 22:29:26 2016 -0700 Committer: Gary Gregory <ggreg...@apache.org> Committed: Sat Aug 20 22:29:26 2016 -0700 ---------------------------------------------------------------------- src/site/xdoc/manual/appenders.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/779e542f/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index 7263116..7166087 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -384,7 +384,7 @@ of "%m%n" will be used.</td> </tr> <tr> - <td>lazyCreate</td> + <td>createOnDemand</td> <td>boolean</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>