We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba71c06 commit b915b39Copy full SHA for b915b39
lib/logstash/inputs/file.rb
@@ -65,10 +65,6 @@
65
class LogStash::Inputs::File < LogStash::Inputs::Base
66
config_name "file"
67
68
- # TODO(sissel): This should switch to use the `line` codec by default
69
- # once file following
70
- default :codec, "plain"
71
-
72
# The path(s) to the file(s) to use as an input.
73
# You can use filename patterns here, such as `/var/log/*.log`.
74
# Paths must be absolute and cannot be relative.
0 commit comments