mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Set default codec to 'line' as this keeps old backwards-compatible behavior
This commit is contained in:
parent
06245b0da2
commit
0fd9c45e1b
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ class LogStash::Outputs::Stdout < LogStash::Outputs::Base
|
|||
|
||||
config_name "stdout"
|
||||
milestone 3
|
||||
|
||||
default :codec, "line"
|
||||
|
||||
# Enable debugging. Tries to pretty-print the entire event object.
|
||||
config :debug, :validate => :boolean, :default => false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue