Commit c0250f3c authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

bump logging to ERROR

parent 7e839822
......@@ -122,11 +122,9 @@ func SetupLogging() {
*/
logging.SetFormatter(logging.MustStringFormatter(LogFormat))
/*
for _, n := range loggers {
logging.SetLevel(logging.ERROR, n)
}
*/
for _, n := range loggers {
logging.SetLevel(logging.ERROR, n)
}
}
// Logger retrieves a particular logger + initializes it at a particular level
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment