lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
250 stars 109 forks source link

Refactor WebSocket message logging from #81 #251

Open h0ru5 opened 4 months ago

h0ru5 commented 4 months ago

adding the possibility to log WebSocket messages to verbose logs or separated log picks up previous work from #81

lorenzodonini commented 4 months ago

Hey and thanks for the contribution.

Just to understand the requirement better: are the current debug logs on ocpp-j level not enough? Incoming/outgoing raw messages are already being logged there.