Unverified Commit 9005fd51 authored by Darren Shepherd's avatar Darren Shepherd Committed by GitHub

Merge pull request #423 from galal-hussein/change_threshold

Change the stderr threshold for cli
parents 93e9f503 fae6df0d
...@@ -29,7 +29,7 @@ import ( ...@@ -29,7 +29,7 @@ import (
func setupLogging(app *cli.Context) { func setupLogging(app *cli.Context) {
if !app.GlobalBool("debug") { if !app.GlobalBool("debug") {
flag.Set("stderrthreshold", "3") flag.Set("stderrthreshold", "WARNING")
flag.Set("alsologtostderr", "false") flag.Set("alsologtostderr", "false")
flag.Set("logtostderr", "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