You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2021/06/22 07:01:15 UTC

[logging-log4j2] branch release-2.x updated: Add the default value of TimeBasedTriggeringPolicy#modulate to the manual.

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new bf34598  Add the default value of TimeBasedTriggeringPolicy#modulate to the manual.
bf34598 is described below

commit bf3459856a0712ff1a3aa08845f0b31d1c0320ab
Author: Volkan Yazici <vo...@gmail.com>
AuthorDate: Tue Jun 22 09:01:18 2021 +0200

    Add the default value of TimeBasedTriggeringPolicy#modulate to the manual.
---
 src/site/xdoc/manual/appenders.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index e78fa97..ec37142 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -3218,7 +3218,7 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity {
                     <td>Indicates whether the interval should be adjusted to cause the next rollover to occur on
                       the interval boundary. For example, if the item is hours, the current hour is 3 am and the
                       interval is 4 then the first rollover will occur at 4 am and then next ones will occur at
-                      8 am, noon, 4pm, etc.</td>
+                      8 am, noon, 4pm, etc. The default value is false.</td>
                   </tr>
                   <tr>
                     <td>maxRandomDelay</td>