Less spam about sleeping queues

This commit is contained in:
Neil Alexander 2020-12-07 11:46:19 +00:00
parent 8861f907ed
commit 949ada103b
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -234,7 +234,6 @@ func (oq *destinationQueue) backgroundSend() {
// The worker is idle so stop the goroutine. It'll get
// restarted automatically the next time we have an event to
// send.
log.Tracef("Queue %q has been idle for %s, going to sleep", oq.destination, queueIdleTimeout)
return
}