lib/fluent/plugin/out_couch.rb in fluent-plugin-couch-0.1.2 vs lib/fluent/plugin/out_couch.rb in fluent-plugin-couch-0.1.3

- old
+ new

@@ -38,9 +38,11 @@ end end module Fluent class CouchOutput < BufferedOutput + include SetTimeKeyMixin + Fluent::Plugin.register_output('couch', self) config_param :database, :string => nil do |val| '/'+val end