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