Skip to content

Commit

Permalink
Configurable(fluent 0.10.0 new Feature)
Browse files Browse the repository at this point in the history
  • Loading branch information
ixixi committed Oct 16, 2011
1 parent e5ed47f commit a52627c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/fluent/plugin/out_couch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ def configure(conf)

def start
super
p @database
p @host
p @port
@couch = Couch::Server.new(@host, @port)
@couch.put(@database, "")
end
Expand Down

0 comments on commit a52627c

Please sign in to comment.