## General Question I want to add a logger package like `zap` or `zerolog` instead of using the std `fmt` package for better logging. What do you think?