func AlwaysShowColors(tf bool) { log.SetFormatter(&log.TextFormatter{ForceColors: tf}) }
func SetFormatter(formatter log.Formatter) { log.SetFormatter(formatter) }