mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Log ALL of the middlewares!
This commit is contained in:
parent
9bd9f66778
commit
e664794b6a
1 changed files with 2 additions and 3 deletions
|
@ -76,9 +76,8 @@ module Sidekiq
|
|||
# Starting here the process will now have multiple threads running.
|
||||
fire_event(:startup)
|
||||
|
||||
logger.debug {
|
||||
"Middleware: #{Sidekiq.server_middleware.map(&:klass).join(', ')}"
|
||||
}
|
||||
logger.debug { "Client Middleware: #{Sidekiq.client_middleware.map(&:klass).join(', ')}" }
|
||||
logger.debug { "Server Middleware: #{Sidekiq.server_middleware.map(&:klass).join(', ')}" }
|
||||
|
||||
if !options[:daemon]
|
||||
logger.info 'Starting processing, hit Ctrl-C to stop'
|
||||
|
|
Loading…
Add table
Reference in a new issue