mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
parent
118c0d94fc
commit
ca90a1f9dc
1 changed files with 2 additions and 2 deletions
4
docs/static/logging.asciidoc
vendored
4
docs/static/logging.asciidoc
vendored
|
@ -16,10 +16,10 @@ excessive logging and helps you focus on the problem area.
|
||||||
You can configure logging using the `log4j2.properties` file or the Logstash API.
|
You can configure logging using the `log4j2.properties` file or the Logstash API.
|
||||||
|
|
||||||
* *`log4j2.properties` file.* Changes made through the `log4j2.properties`
|
* *`log4j2.properties` file.* Changes made through the `log4j2.properties`
|
||||||
file require a Logstash restart to take effect. Changes *persist*
|
file require you to restart Logstash for the changes to take effect. Changes *persist*
|
||||||
through subsequent restarts.
|
through subsequent restarts.
|
||||||
* *Logging API.* Changes made through the Logging API are effective immediately
|
* *Logging API.* Changes made through the Logging API are effective immediately
|
||||||
and do not require a Logstash restart. The changes *do not persist* after Logstash
|
without a restart. The changes *do not persist* after Logstash
|
||||||
is restarted.
|
is restarted.
|
||||||
|
|
||||||
[[log4j2]]
|
[[log4j2]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue