mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-22 22:06:40 +00:00
Fixes logging
This commit is contained in:
parent
27772b5bd4
commit
8d11524efa
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
rabbit_carrots (0.1.8)
|
||||
rabbit_carrots (0.1.10)
|
||||
activesupport (>= 6.0.0)
|
||||
bunny (>= 2.19.0)
|
||||
connection_pool (~> 2.3.0)
|
||||
|
||||
@ -14,7 +14,7 @@ module RabbitCarrots
|
||||
vhost: RabbitCarrots.configuration.rabbitmq_vhost
|
||||
)
|
||||
|
||||
puts "Putting Config: #{RabbitCarrots.configuration}"
|
||||
puts "Putting Config: #{RabbitCarrots.configuration.rabbitmq_host}"
|
||||
@connection.start
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user