Commit 4b41295
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.1 parent b6d3a0b commit 4b41295
File tree
2 files changed
+2
-2
lines changed- core-api/src/main/java/com/optimizely/ab
- config/audience
- internal
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments