Skip to content

Commit 22a8a62

Browse files
committed
Fix incorrect instructions for disabling deprecation logging (#21569)
We log deprecation events at "WARN", so setting it to `info` means the events are still logged. It must be set to `error` in order to disable the logging.
1 parent 1ac03d9 commit 22a8a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/setup/configuration.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ logs to roll and compress after 1 GB, and to preserve a maximum of five log
179179
files (four rolled logs, and the active log).
180180

181181
You can disable it in the `config/log4j2.properties` file by setting the deprecation
182-
log level to `info`.
182+
log level to `error`.

0 commit comments

Comments
 (0)