lib/fluent/plugin/out_couch.rb in fluent-plugin-couch-0.1.1 vs lib/fluent/plugin/out_couch.rb in fluent-plugin-couch-0.1.2
- old
+ new
@@ -57,12 +57,9 @@
super
end
def start
super
- p @database
- p @host
- p @port
@couch = Couch::Server.new(@host, @port)
@couch.put(@database, "")
end
def shutdown