Skip to content

Commit

Permalink
comment configure logging (keybase#19320)
Browse files Browse the repository at this point in the history
  • Loading branch information
heronhaye authored Sep 9, 2019
1 parent f7b122d commit 76c1135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/libkb/globals.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ func (g *GlobalContext) LogoutUsernameWithSecretKill(mctx MetaContext, username
return nil
}

// ConfigureLogging should be given non-nil Usage if called by the main
// service.
func (g *GlobalContext) ConfigureLogging(usage *Usage) error {
style := g.Env.GetLogFormat()
debug := g.Env.GetDebug()
Expand Down

0 comments on commit 76c1135

Please sign in to comment.