Skip to content

Update logging to leverage fields better

Zeger-Jan van de Weg requested to merge zj-logging-praefect-fix into master

The logging used to contain details in text, while logrus shines most as a structured logger as our ELK stack can parse structured logs, and index data for faster retrieval.

Also, there was one log line that dumped a full struct with all the fields. This is been replaced with just the details needed.

Fixes #1883 (closed)

Merge request reports

Loading