Repository: logging-log4j2 Updated Branches: refs/heads/master 76192a7cb -> c2576af70
Update documentation Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c2576af7 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c2576af7 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c2576af7 Branch: refs/heads/master Commit: c2576af70cd8b1c7ed9cb81eb077fcb4c4d14664 Parents: 76192a7 Author: Ralph Goers <[email protected]> Authored: Sat Jan 21 17:33:13 2017 -0700 Committer: Ralph Goers <[email protected]> Committed: Sat Jan 21 17:33:22 2017 -0700 ---------------------------------------------------------------------- src/site/xdoc/manual/appenders.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c2576af7/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index b956c4a..95a4117 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -2750,6 +2750,12 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { causes multiple files to be written durring the specified time period they will be numbered starting at one and continually incremented until a time-based rollover occurs. </p> + <p> + Warning: If the file pattern has a + suffix indicating compression should take place the current file will not be compressed when the + application is shut down. Furthermore, if the time changes such that the file pattern no longer + matches the current file it will not be compressed at startup either. + </p> <table> <caption align="top">DirectWriteRolloverStrategy Parameters</caption> <tr>
