Skip to content

Commit

Permalink
[common-go] reduce configcat info log (#19060)
Browse files Browse the repository at this point in the history
  • Loading branch information
iQQBot authored Nov 13, 2023
1 parent 5c70155 commit 8dcd0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common-go/experiments/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func NewClient(opts ...ClientOpt) Client {
return NewAlwaysReturningDefaultValueClient()
}
logger := log.Log.Dup()
logger.Level = logrus.ErrorLevel
logger.Logger.SetLevel(logrus.ErrorLevel)
return newConfigCatClient(configcat.Config{
SDKKey: opt.sdkKey,
BaseURL: opt.baseURL,
Expand Down

0 comments on commit 8dcd0a5

Please sign in to comment.