mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-22 14:21:55 -06:00
Tweak log level of a fairly common log line
This commit is contained in:
parent
f290e92a34
commit
d63d7c5640
|
@ -224,7 +224,7 @@ 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.Debugf("Queue %q has been idle for %s, going to sleep", oq.destination, queueIdleTimeout)
|
||||
log.Tracef("Queue %q has been idle for %s, going to sleep", oq.destination, queueIdleTimeout)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue