- Add 'register' method to null output so it actually works now.

This commit is contained in:
Jordan Sissel 2011-11-28 20:12:11 -08:00
parent 461dc60890
commit c22df1cf8a

View file

@ -6,6 +6,11 @@ require "logstash/namespace"
class LogStash::Outputs::Null < LogStash::Outputs::Base
config_name "null"
public
def register
# Nothing to do
end # def register
public
def receive(event)
# Do nothing