I want to disable logs from various 3rd party libraries which a custom log package. I'm not able to modify the libraries directly or the log package. I've already looked at Disable logging for 3rd party library which suggests to redefine os.Stderr as a custom io.Writer. How do I implement the approach described here: https://stackoverflow.com/a/38832115/18024985?