Incorrect comment for routing keys

This commit is contained in:
John E. Vincent 2012-07-06 11:49:03 -03:00
parent 46238da401
commit 163356dbdb

View file

@ -32,7 +32,7 @@ class LogStash::Outputs::Amqp < LogStash::Outputs::Base
# Key to route to by default. Defaults to 'logstash' # Key to route to by default. Defaults to 'logstash'
# #
# * Routing keys are ignored on topic exchanges. # * Routing keys are ignored on fanout exchanges.
config :key, :validate => :string, :default => "logstash" config :key, :validate => :string, :default => "logstash"
# The vhost to use # The vhost to use