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 06:57:24 UTC

[logging-log4j2] branch master updated: (doc) add TimeBasedTriggeringPolicy, modulate default value to doc (#527)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 46a8db9  (doc) add TimeBasedTriggeringPolicy, modulate default value to doc (#527)
46a8db9 is described below

commit 46a8db9dc54e03455d894a861d4de476314b94d4
Author: NgSekLong <lo...@gmail.com>
AuthorDate: Tue Jun 22 14:57:15 2021 +0800

    (doc) add TimeBasedTriggeringPolicy, modulate default value to doc (#527)
---
 src/site/asciidoc/manual/appenders.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/asciidoc/manual/appenders.adoc b/src/site/asciidoc/manual/appenders.adoc
index 5fc0bf3..4c4fd5b 100644
--- a/src/site/asciidoc/manual/appenders.adoc
+++ b/src/site/asciidoc/manual/appenders.adoc
@@ -2765,7 +2765,7 @@ would occur every 4 hours. The default value is 1.
 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.
+at 8 am, noon, 4pm, etc. The default value is false.
 
 |maxRandomDelay |integer |Indicates the maximum number of seconds to
 randomly delay a rollover. By default, this is 0 which indicates no