mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Log incomplete job data at DEBUG level, fixes #5301
This commit is contained in:
parent
a89d84509c
commit
062f07a7a5
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ module Sidekiq
|
|||
jobs = cleanup.map { |p| p.job }.compact
|
||||
|
||||
logger.warn { "Terminating #{cleanup.size} busy threads" }
|
||||
logger.warn { "Jobs still in progress #{jobs.inspect}" }
|
||||
logger.debug { "Jobs still in progress #{jobs.inspect}" }
|
||||
|
||||
# Re-enqueue unfinished jobs
|
||||
# NOTE: You may notice that we may push a job back to redis before
|
||||
|
|
Loading…
Add table
Reference in a new issue