kodekulture / wordle-server

Multiplayer wordle game 🚀
7 stars 1 forks source link

Improve logging #17

Closed escalopa closed 1 year ago

escalopa commented 1 year ago
lordvidex commented 1 year ago

if the in-built log package will not show output in docker consoles? how can we guarantee that zerolog would show some output?

escalopa commented 1 year ago
lordvidex commented 1 year ago

do you mean the prettyprinters or the json loggers?

The pretty printers will make it look beautiful on the console of the docker log, but for queriability, json format logs are the best, and I think we will have to choose one of this.

Unless, in some places, we use json loggers and in some cases we use pretty print loggers

lordvidex commented 1 year ago

This issue can be closed