This commit is contained in:
Liang Ding 2014-11-20 10:05:55 +08:00
parent eb8e5133ab
commit 7218eef212
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ func init() {
confChannel := flag.String("channel", "", "this will overwrite Wide.XXXChannel if specified")
confDocker := flag.Bool("docker", false, "whether run in a docker container")
flag.Set("logtostderr", "true")
flag.Set("alsologtostderr", "true")
flag.Set("stderrthreshold", "INFO")
flag.Set("v", "3")
flag.Parse()