Skip to content

Commit

Permalink
Verbose mode to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Sardo committed Feb 12, 2018
1 parent f992df2 commit 38b2c65
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 38b2c65

Please sign in to comment.