inspectorG4dget / AnonymousFeedback

1 stars 0 forks source link

Integrate server-side logging #62

Closed scriptbae closed 7 years ago

scriptbae commented 7 years ago

There's currently no server-side logging besides Tornado's own, which could stand to be more useful.

Server-side logging should be integrated using some widely-available logging module. logging itself may be overkill, but slog is always an option.