wg-gen-web icon indicating copy to clipboard operation
wg-gen-web copied to clipboard

Add the possibility of more logging

Open wsw70 opened this issue 5 years ago • 2 comments

It would be great if there was some more logging generated by the application.

Right now it is just the HTTP conversation that gets logged bus several what I belive to be key events are not:

  • start of the program (with some info about the version etc.)
  • client addition
  • emails sent (an error is logged)
  • changes in configuration

wsw70 avatar Feb 21 '20 15:02 wsw70

The version is quite important, added in front and backend. Let me think about other logging. Basically with HTTP verb and URI you can guess what was the event and if the response is different from 200 error will be logged.

vx3r avatar Feb 25 '20 07:02 vx3r

+1 for structured log format ( json )

lukasmrtvy avatar Aug 18 '20 19:08 lukasmrtvy