Skip to content

Commit

Permalink
Actually dead consumers are things we want to know about since it cou…
Browse files Browse the repository at this point in the history
…ld mean rabbit connection issues
  • Loading branch information
bnferguson committed Dec 1, 2017
1 parent ea68410 commit af64c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/travis/logs/drain.rb
Expand Up @@ -42,7 +42,7 @@ def run_loop_tick
Travis.logger.debug('checking drain consumer', name: name)
if consumer.dead?
dead << name
Travis.logger.debug('dead consumer found', name: name)
Travis.logger.info('dead consumer found', name: name)
end
end

Expand Down

0 comments on commit af64c99

Please sign in to comment.