mirror of
https://github.com/element-hq/dendrite.git
synced 2025-03-14 14:15:35 +00:00
Demote wakeQueueIfEventsPending
log line to debug
This just produces a lot of noise in the logs for no reason and it didn't even say which queue was relevant. Signed-off-by: Neil Alexander <git@neilalexander.dev>
This commit is contained in:
parent
1b8b88cd3d
commit
eb77983ea3
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ func (oq *destinationQueue) wakeQueueIfEventsPending(forceWakeup bool) {
|
|||
// or if forceWakeup is true. Otherwise there is no reason to start the
|
||||
// queue goroutine and waste resources.
|
||||
if forceWakeup || eventsPending() {
|
||||
logrus.Info("Starting queue due to pending events or forceWakeup")
|
||||
logrus.Debugf("Starting queue %q -> %q due to pending events or forceWakeup", oq.origin, oq.destination)
|
||||
oq.wakeQueueAndNotify()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue