Skip to content

Commit 5181479

Browse files
Update log wanrings to debug level in ExperimentUtilsTest.java
1 parent d128b7f commit 5181479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-api/src/test/java/com/optimizely/ab/internal/ExperimentUtilsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public void doesUserMeetAudienceConditionsHandlesNullValueAttributesWithNull() {
262262

263263
logbackVerifier.expectMessage(Level.DEBUG,
264264
"Starting to evaluate audience \"2196265320\" with conditions: [and, [or, [or, {name='nationality', type='custom_attribute', match='null', value='English'}, {name='nationality', type='custom_attribute', match='null', value=null}]]].");
265-
logbackVerifier.expectMessage(Level.WARN,
265+
logbackVerifier.expectMessage(Level.DEBUG,
266266
"Audience condition \"{name='nationality', type='custom_attribute', match='null', value=null}\" has an unsupported condition value. You may need to upgrade to a newer release of the Optimizely SDK.");
267267
logbackVerifier.expectMessage(Level.DEBUG,
268268
"Audience \"2196265320\" evaluated to null.");
@@ -283,7 +283,7 @@ public void doesUserMeetAudienceConditionsHandlesNullConditionValue() {
283283

284284
logbackVerifier.expectMessage(Level.DEBUG,
285285
"Starting to evaluate audience \"2196265320\" with conditions: [and, [or, [or, {name='nationality', type='custom_attribute', match='null', value='English'}, {name='nationality', type='custom_attribute', match='null', value=null}]]].");
286-
logbackVerifier.expectMessage(Level.WARN,
286+
logbackVerifier.expectMessage(Level.DEBUG,
287287
"Audience condition \"{name='nationality', type='custom_attribute', match='null', value=null}\" has an unsupported condition value. You may need to upgrade to a newer release of the Optimizely SDK.");
288288
logbackVerifier.expectMessage(Level.DEBUG,
289289
"Audience \"2196265320\" evaluated to null.");

0 commit comments

Comments
 (0)