diff --git a/lib/logstash/inputs/file.rb b/lib/logstash/inputs/file.rb index d18141b..a6a4814 100644 --- a/lib/logstash/inputs/file.rb +++ b/lib/logstash/inputs/file.rb @@ -65,10 +65,6 @@ class LogStash::Inputs::File < LogStash::Inputs::Base config_name "file" - # TODO(sissel): This should switch to use the `line` codec by default - # once file following - default :codec, "plain" - # The path(s) to the file(s) to use as an input. # You can use filename patterns here, such as `/var/log/*.log`. # Paths must be absolute and cannot be relative.