lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
275 stars 126 forks source link

Debug logs for raw json messages #167

Closed lorenzodonini closed 1 year ago

lorenzodonini commented 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.

andig commented 1 year ago

Could we get this merged? Seems where is no feedback but also no objection?