We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c70155 commit 8dcd0a5Copy full SHA for 8dcd0a5
components/common-go/experiments/types.go
@@ -69,7 +69,7 @@ func NewClient(opts ...ClientOpt) Client {
69
return NewAlwaysReturningDefaultValueClient()
70
}
71
logger := log.Log.Dup()
72
- logger.Level = logrus.ErrorLevel
+ logger.Logger.SetLevel(logrus.ErrorLevel)
73
return newConfigCatClient(configcat.Config{
74
SDKKey: opt.sdkKey,
75
BaseURL: opt.baseURL,
0 commit comments