Am I the only one who finds the log standard library a tad lacking? I expected to be able to set log verbosity, like logger.Debug, logger.Info, etc, and I expected thread safety. I noticed today that my log output from multiple loggers in different goroutines was interlaced.
I wonder if I'm using the library correctly, but I notice that github.com/op/go-logging is a popular replacement, that works more like I would expect. I'm curious about why the standard logger is so simple by comparison, as I'm used to Python's logging library. Thanks, Mike -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.