Make ack log more readable
This commit is contained in:
parent
50ea658fc9
commit
5de0cf774b
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue