lib/fluent/plugin/out_couch.rb in fluent-plugin-couch-0.0.1 vs lib/fluent/plugin/out_couch.rb in fluent-plugin-couch-0.1.0
- old
+ new
@@ -62,11 +62,11 @@
def shutdown
super
end
- def format(tag, event)
- event.record.to_msgpack
+ def format(tag, time, record)
+ record.to_msgpack
end
def write(chunk)
records = []
chunk.open { |io|