Maybe replace the custom handling of logging and printing using the built-in log package with something like the popular golang/glog, sirupsen/logrus or juju/loggo packages.
Dave Cheney's blog post about logging should probably be kept in mind:
https://dave.cheney.net/2015/11/05/lets-talk-about-logging
In my opinion the currently existing log prefixes (= levels) should be kept:
Maybe replace the custom handling of logging and printing using the built-in log package with something like the popular golang/glog, sirupsen/logrus or juju/loggo packages.
Dave Cheney's blog post about logging should probably be kept in mind:
https://dave.cheney.net/2015/11/05/lets-talk-about-logging
In my opinion the currently existing log prefixes (= levels) should be kept: