There should be a way to restrict the logs emitted from zerolog based on environment variables.
There are several approaches to this:
- set the global loglevel for everything
- restrict the individual logger to be a certain level
- use configs
- leave all the things in the services to deal with it