Skip to content

Commit b915b39

Browse files
committed
Update file.rb
Remove accidentaly TODO
1 parent ba71c06 commit b915b39

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/logstash/inputs/file.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@
6565
class LogStash::Inputs::File < LogStash::Inputs::Base
6666
config_name "file"
6767

68-
# TODO(sissel): This should switch to use the `line` codec by default
69-
# once file following
70-
default :codec, "plain"
71-
7268
# The path(s) to the file(s) to use as an input.
7369
# You can use filename patterns here, such as `/var/log/*.log`.
7470
# Paths must be absolute and cannot be relative.

0 commit comments

Comments
 (0)