mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
72aa248a9d
commit
286cfdf784
2 changed files with 8 additions and 3 deletions
6
docs/static/logging.asciidoc
vendored
6
docs/static/logging.asciidoc
vendored
|
@ -1,9 +1,9 @@
|
|||
[[logging]]
|
||||
=== Logging
|
||||
|
||||
Logstash emits internal logs during its operation, which are placed in `LS_HOME/logs`. The default logging level is `INFO`.
|
||||
Logstash's logging framework is based on http://logging.apache.org/log4j/2.x/[Log4j2 framework], and much of its functionality
|
||||
is exposed directly to users.
|
||||
Logstash emits internal logs during its operation, which are placed in `LS_HOME/logs` (or `/var/log/logstash` for
|
||||
DEB/RPM). The default logging level is `INFO`. Logstash's logging framework is based on
|
||||
http://logging.apache.org/log4j/2.x/[Log4j2 framework], and much of its functionality is exposed directly to users.
|
||||
|
||||
When debugging problems, particularly problems with plugins, it can be helpful to increase the logging level to `DEBUG`
|
||||
to emit more verbose messages. Previously, you could only set a log level that applied to the entire Logstash product.
|
||||
|
|
5
docs/static/setting-up-logstash.asciidoc
vendored
5
docs/static/setting-up-logstash.asciidoc
vendored
|
@ -45,6 +45,11 @@ config and the logs directories so that you do not delete important data later o
|
|||
| Configuration files, including `logstash.yml` and `jvm.options`
|
||||
| `{extract.path}/config`
|
||||
| `path.settings`
|
||||
|
||||
| logs
|
||||
| Log files
|
||||
| `{extract.path}/logs`
|
||||
| `path.logs`
|
||||
|
||||
| plugins
|
||||
| Local, non Ruby-Gem plugin files. Each plugin is contained in a subdirectory. Recommended for development only.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue