Skip to content

Commit defd9ad

Browse files
committed
missing is
1 parent 0e19ed4 commit defd9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/inputs/log4j.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class LogStash::Inputs::Log4j < LogStash::Inputs::Base
4545
# idle for more than this timeout period, we will assume
4646
# it is dead and close it.
4747
# If you never want to timeout, use -1.,
48-
config :data_timeout, :validate => :number, :default => 5, :obsolete => "This option no longer necessary, the input will now keep the connection open."
48+
config :data_timeout, :validate => :number, :default => 5, :obsolete => "This option is no longer necessary, the input will now keep the connection open."
4949

5050
# Mode to operate in. `server` listens for client connections,
5151
# `client` connects to a server.

0 commit comments

Comments
 (0)