Closed escalopa closed 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?
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
This issue can be closed