This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 2.x-site-pro
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x-site-pro by this push:
new c40e8ab35a Specify the scale (seconds) of the monitorInterval
configuration integer (#3854)
c40e8ab35a is described below
commit c40e8ab35a8fc2d4d0bdbafe9640995ef8310f09
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Wed Jul 23 10:24:37 2025 -0400
Specify the scale (seconds) of the monitorInterval configuration integer
(#3854)
---
src/site/antora/modules/ROOT/pages/manual/configuration.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/antora/modules/ROOT/pages/manual/configuration.adoc
b/src/site/antora/modules/ROOT/pages/manual/configuration.adoc
index d7f90e6c20..3b64deb3cb 100644
--- a/src/site/antora/modules/ROOT/pages/manual/configuration.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/configuration.adoc
@@ -370,11 +370,11 @@ See
xref:plugin-reference.adoc#org-apache-logging-log4j_log4j-core_org-apache-lo
[cols="1h,5"]
|===
-| Type | `int`
+| Type | `int` (seconds)
| Default value | `0`
|===
-Determines the polling interval used by Log4j to check for changes to the
configuration file.
+Determines the polling interval, in seconds, used by Log4j to check for
changes to the configuration file.
If a change in the configuration file is detected, Log4j automatically
reconfigures the logger context.
If set to `0`, polling is disabled.