Skip to content

Commit

Permalink
Tune log level
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenalpha committed Apr 10, 2024
1 parent 7eaa0ca commit bf5b8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/swisspush/redisques/RedisQues.java
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ private Future<Void> consume(final String queueName) {
}
} else {
// Somehow registration changed. Let's renotify.
log.warn("Registration for queue {} has changed to {}", queueName, consumer);
log.debug("Registration for queue {} has changed to {}", queueName, consumer);
myQueues.remove(queueName);
notifyConsumer(queueName).onComplete(notifyConsumerEvent -> {
if( notifyConsumerEvent.failed() )
Expand Down

0 comments on commit bf5b8fe

Please sign in to comment.