Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/site/antora/modules/ROOT/pages/manual/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading