Commit fae6df0d authored by galal-hussein's avatar galal-hussein

Change the stderr threshold for cli

parent 0726ce75
......@@ -29,7 +29,7 @@ import (
func setupLogging(app *cli.Context) {
if !app.GlobalBool("debug") {
flag.Set("stderrthreshold", "3")
flag.Set("stderrthreshold", "WARNING")
flag.Set("alsologtostderr", "false")
flag.Set("logtostderr", "false")
}
......
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