Skip to content

Logging Setup

Tobias Pfandzelter requested to merge ts/logging into master

Switched from the default logging to zerolog, changed all log.Print statements.

All logs have to end with a .Msg()-Call to be logged, so don't forget that.

Merge request reports