This commit is contained in:
Liang Ding 2014-09-13 16:52:12 +08:00
parent 8e6583648b
commit 09c7ba6d9a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import (
// Wide 中唯一一个 init 函数.
func init() {
flag.Set("logtostderr", "true")
flag.Set("v", "5")
flag.Set("v", "1")
conf.Load()