[LOG4J2-1501] FileAppender should be able to create files on-demand.
Document default in site docs.

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

Branch: refs/heads/LOG4J2-1390
Commit: a36d1110a10f401120372a9a92df3dd9bd74f9f2
Parents: 6bedc20
Author: Gary Gregory <ggreg...@apache.org>
Authored: Fri Sep 30 16:16:37 2016 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Fri Sep 30 16:16:37 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/a36d1110/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml 
b/src/site/xdoc/manual/appenders.xml
index 7c114c9..30eb0dc 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -430,7 +430,7 @@
               <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>
+                passes all filters and is routed to this appender. Defaults to 
false.</td>
             </tr>
             <tr>
               <td>filter</td>

Reply via email to