Skip to content

Commit 8dcd0a5

Browse files
authored
[common-go] reduce configcat info log (#19060)
1 parent 5c70155 commit 8dcd0a5

File tree

1 file changed

+1
-1
lines changed
  • components/common-go/experiments

1 file changed

+1
-1
lines changed

components/common-go/experiments/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func NewClient(opts ...ClientOpt) Client {
6969
return NewAlwaysReturningDefaultValueClient()
7070
}
7171
logger := log.Log.Dup()
72-
logger.Level = logrus.ErrorLevel
72+
logger.Logger.SetLevel(logrus.ErrorLevel)
7373
return newConfigCatClient(configcat.Config{
7474
SDKKey: opt.sdkKey,
7575
BaseURL: opt.baseURL,

0 commit comments

Comments
 (0)