Latest commit b936fe9 Oct 24, 2014 @siebenmann There's no need to set log output to os.Stderr; that's the default
Explicitly setting the default log output to os.Stderr is unnecessary
because that's already the log package's default. I didn't bother
looking this up when I wrote the code originally, which is bad of me.