Merge branch 'master-gelf-fixes' of https://github.com/lusis/logstash into lusis-master-gelf-fixes

This commit is contained in:
Jordan Sissel 2011-04-07 01:02:17 -07:00
commit f29e1acd41

View file

@ -51,6 +51,6 @@ class LogStash::Outputs::Gelf < LogStash::Outputs::Base
m["#{name}"] = value
end
m["timestamp"] = event.timestamp
@gelf.notify(m)
@gelf.notify!(m)
end # def receive
end # class LogStash::Outputs::Gelf