Skip to content

Commit 61ec36a

Browse files
authored
Specify the scale (seconds) of the monitorInterval configuration integer (#3854)
1 parent 2b1d469 commit 61ec36a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/antora/modules/ROOT/pages/manual/configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,11 @@ See xref:plugin-reference.adoc#org-apache-logging-log4j_log4j-core_org-apache-lo
370370
371371
[cols="1h,5"]
372372
|===
373-
| Type | `int`
373+
| Type | `int` (seconds)
374374
| Default value | `0`
375375
|===
376376
377-
Determines the polling interval used by Log4j to check for changes to the configuration file.
377+
Determines the polling interval, in seconds, used by Log4j to check for changes to the configuration file.
378378
If a change in the configuration file is detected, Log4j automatically reconfigures the logger context.
379379
If set to `0`, polling is disabled.
380380

0 commit comments

Comments
 (0)