From 949ada103b4e56204a4430095626526c87162f2e Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 7 Dec 2020 11:46:19 +0000 Subject: [PATCH] Less spam about sleeping queues --- federationsender/queue/destinationqueue.go | 1 - 1 file changed, 1 deletion(-) diff --git a/federationsender/queue/destinationqueue.go b/federationsender/queue/destinationqueue.go index 76871cd0e..23b3452b8 100644 --- a/federationsender/queue/destinationqueue.go +++ b/federationsender/queue/destinationqueue.go @@ -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 }