Skip to content

Commit

Permalink
fix wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
fetep committed Jul 7, 2012
1 parent f9e2427 commit 6a66c60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/logstash/filters/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class LogStash::Filters::Base < LogStash::Plugin
# Optional.
config :tags, :validate => :array, :default => []

# Only handle events without any of these tags. Note this check is additional to type and tags.
# Only handle events without any of these tags. Note this check is
# additional to type and tags.
config :exclude_tags, :validate => :array, :default => []

# If this filter is successful, add arbitrary tags to the event.
Expand Down

0 comments on commit 6a66c60

Please sign in to comment.