Make ack log more readable

This commit is contained in:
Tulir Asokan 2023-07-15 18:49:28 +03:00
parent 50ea658fc9
commit 5de0cf774b

View file

@ -156,5 +156,5 @@ func (s *SessionHandler) sendAckRequest() {
if err != nil {
panic(err)
}
s.client.Logger.Debug().Any("payload", jsonData).Msg("Sent acks")
s.client.Logger.Debug().Strs("message_ids", dataToAck).Msg("Sent acks")
}