mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 16:56:53 +00:00
chore: info log the message id and envelope hash
This commit is contained in:
parent
a9a87f39e5
commit
bdbb9e2748
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user