- Fix grok add_field bug introduced in commit 6a69dcf2 (Fixes LOGSTASH-147)

This commit is contained in:
Jordan Sissel 2011-08-18 23:59:01 -07:00
parent 865b60990c
commit 84d29c3e7e

View file

@ -235,7 +235,6 @@ class LogStash::Filters::Grok < LogStash::Filters::Base
end
@logger.debug(["Event now: ", event.to_hash])
filter_matched(event) if !event.cancelled?
end # def filter
private