qol: it's time to turn down the noise on this

This commit is contained in:
Cassandra Heart 2024-03-03 21:25:35 -06:00
parent a523edcb2a
commit 85edaac79b
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -226,7 +226,7 @@ func (b *BlossomSub) Subscribe(
}
if err = handler(m.Message); err != nil {
b.logger.Error("message handler returned error", zap.Error(err))
b.logger.Debug("message handler returned error", zap.Error(err))
}
}
}()