mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- fix syntax
This commit is contained in:
parent
c49cbaa655
commit
222916079e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue