Open KyruCabading opened 5 years ago
For React SDK. logLevel is not honored when setting up the instance.
logLevel
const optimizely = optimizelySDK.createInstance({ sdkKey: OPTIMIZELY_SDK_KEY, // Log Level settings [0, 1, 2, 3, 4] // https://github.com/optimizely/node-sdk/blob/master/lib/utils/enums/index.js#L20-L26 logLevel: 0 })
Still displays console logs when running.
Hi @KyruCabading, to clarify your question. Is the problem that its not respecting the log level at all or is it not allow you to set a PER instance log level?
For React SDK.
logLevel
is not honored when setting up the instance.Still displays console logs when running.