log level changes

This commit is contained in:
Aine
2023-01-04 11:22:50 +02:00
parent f54b87c1f7
commit 0559978fa2
5 changed files with 8 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ func (q *Queue) Process() {
return
}
if dequeue := q.try(itemkey, maxRetries); dequeue {
q.log.Debug("email %q has been delivered", id)
q.log.Info("email %q has been delivered", id)
err = q.Remove(id)
if err != nil {
q.log.Error("cannot dequeue email %q: %v", id, err)