Skip to content
#

zerolog

Here are 35 public repositories matching this topic...

rwngallego
rwngallego commented Aug 21, 2021

From the zerolog documentation:

// SetGlobalLevel sets the global override for log level. If this
// values is raised, all Loggers will use at least this value.
//
// To globally disable logs, set GlobalLevel to Disabled.

I've found a problem where the echo middleware didn't log requests using an existing zerolog instance because by default the level set in log is TraceLevel

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the zerolog topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zerolog topic, visit your repo's landing page and select "manage topics."

Learn more