Skip to content

Commit

Permalink
Merge pull request #135 from nicksardo/verbose-mode
Browse files Browse the repository at this point in the history
Verbose flag: set v=3
  • Loading branch information
bowei authored Feb 12, 2018
2 parents f43e507 + 38b2c65 commit d938f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/glbc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func main() {
flags.Register()
flag.Parse()
if flags.F.Verbose {
flag.Set("v", "4")
flag.Set("v", "3")
}

// TODO: remove this when we do a release so the -logtostderr can be
Expand Down

0 comments on commit d938f3b

Please sign in to comment.