mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
8cd64ee07e
commit
1f5ae55bef
1 changed files with 9 additions and 0 deletions
|
@ -252,3 +252,12 @@ en:
|
|||
log_format: |+
|
||||
Specify if Logstash should write its own logs in JSON form (one
|
||||
event per line) or in plain text (using Ruby's Object#inspect)
|
||||
debug: |+
|
||||
Set the log level to debug.
|
||||
DEPRECATED: use --log.level=debug instead.
|
||||
verbose: |+
|
||||
Set the log level to info.
|
||||
DEPRECATED: use --log.level=verbose instead.
|
||||
quiet: |+
|
||||
Set the log level to info.
|
||||
DEPRECATED: use --log.level=quiet instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue