Skip to content

Commit

Permalink
Added inline code asciidoc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
suyograo committed Nov 6, 2014
1 parent 504e7dd commit 2e6237d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/logstash/inputs/file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
# to join multiple log lines into one event, you'll want to use the
# multiline codec.
#
# Files are followed in a manner similar to "tail -0F". File rotation
# Files are followed in a manner similar to `tail -0F`. File rotation
# is detected and handled by this input.
class LogStash::Inputs::File < LogStash::Inputs::Base
config_name "file"
milestone 2

# TODO(sissel): This should switch to use the 'line' codec by default
# TODO(sissel): This should switch to use the `line` codec by default
# once file following
default :codec, "plain"

Expand Down

0 comments on commit 2e6237d

Please sign in to comment.