Closed lorenzodonini closed 1 year ago
Adds debug logs for incoming/outgoing raw JSON messages.
Logs for incoming messages are skipped if the message couldn't be parsed, i.e. if JSON unmarshaling fails.
Outgoing messages are logged directly after a Write operation occurred.
Write
Could we get this merged? Seems where is no feedback but also no objection?
Adds debug logs for incoming/outgoing raw JSON messages.
Logs for incoming messages are skipped if the message couldn't be parsed, i.e. if JSON unmarshaling fails.
Outgoing messages are logged directly after a
Write
operation occurred.