chore: info log the message id and envelope hash

This commit is contained in:
Richard Ramos 2022-11-07 10:57:57 -04:00 committed by RichΛrd
parent a9a87f39e5
commit bdbb9e2748
1 changed files with 1 additions and 1 deletions

View File

@ -3251,7 +3251,7 @@ func (m *Messenger) handleRetrievedMessages(chatWithMessages map[transport.Filte
for _, msg := range statusMessages {
logger := logger.With(zap.String("message-id", msg.ID.String()))
logger.Debug("processing message")
logger.Info("processing message")
publicKey := msg.SigPubKey()
m.handleInstallations(msg.Installations)