mirror of https://github.com/k3s-io/k3s
Merge pull request #423 from galal-hussein/change_threshold
Change the stderr threshold for clipull/429/head
commit
9005fd5176
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue