add missing locale flag messages

Fixes #5785
This commit is contained in:
Joao Duarte 2016-08-19 12:58:56 +01:00 committed by João Duarte
parent 8cd64ee07e
commit 1f5ae55bef

View file

@ -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.