[automessage] Move spammy message to trace-level

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-10-07 13:48:26 +02:00
parent 0bec777df1
commit 6aeb2c8706
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -64,7 +64,7 @@ func (a *autoMessage) CanSend() bool {
"lastMessage": a.lastMessageSent,
"nextExecution": nextExecute,
"now": time.Now(),
}).Debug("Auto-Message was allowed through cron")
}).Trace("Auto-Message was allowed through cron")
}
if a.OnlyOnLive {