Skip to content

Commit

Permalink
[DOCS] Show how to reset a dynamically-adjusted log level (#94573) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonpijpelink authored Mar 23, 2023
1 parent ec80f78 commit b800ffd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/reference/setup/logging-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@ PUT /_cluster/settings
}
----

To reset a logger's verbosity to its default level, set the logger setting to
`null`:

[source,console]
----
PUT /_cluster/settings
{
"persistent": {
"logger.org.elasticsearch.discovery": null
}
}
----

Other ways to change log levels include:

1. `elasticsearch.yml`:
Expand Down

0 comments on commit b800ffd

Please sign in to comment.