- fix syntax

This commit is contained in:
Jordan Sissel 2011-07-01 18:09:28 -07:00
parent c49cbaa655
commit 222916079e

View file

@ -58,7 +58,7 @@ class LogStash::Outputs::Amqp < LogStash::Outputs::Base
amqpsettings = {
:vhost => @vhost,
:host => @host,
:port => @port
:port => @port,
:logging => @debug,
}
amqpsettings[:user] = @user if @user