Skip to content

Commit 78afd1c

Browse files
committed
Adjust test log filter list.
1 parent a7082fd commit 78afd1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/java/org/springframework/data/neo4j/test/TestLogFilter.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ public class TestLogFilter extends Filter<ILoggingEvent> {
2828

2929
private static final List<String> FILTER_MESSAGES = List.of(
3030
"ClientNotification.Statement.UnknownRelationshipTypeWarning",
31-
"ClientNotification.Statement.UnknownPropertyKeyWarning"
31+
"ClientNotification.Statement.UnknownLabelWarning",
32+
"ClientNotification.Statement.UnknownPropertyKeyWarning",
33+
"ClientNotification.Statement.FeatureDeprecationWarning"
3234
);
3335

3436
@Override

0 commit comments

Comments
 (0)