Disable all Logging Except Error logs from all dependencies in GoLang application
Hi I have multiple GoLang Services with multiple OSS dependencies/modules, some of these dependencies might provide a way for change logging levels etc. some might not. I am looking for a way which can apply globally to all these dependencies and disable all logging from these packages/modules except the Error (STDERR) logs.