You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properly set logger name for AudienceIdCondition and ConditionUtils (#354)
## Summary
The Logger name for `AudienceIdCondition.java` is currently just the static string "AudienceIdCondition". This means that it's not possible to change the log level of this class using the `com.optimizely` group.
This should be changed to use the class `AudienceIdCondition.class` itself.
0 commit comments