Adjust test log filter list.

This commit is contained in:
Gerrit Meier
2023-06-06 10:03:25 +02:00
parent a7082fd9b7
commit 78afd1cfb2

View File

@@ -28,7 +28,9 @@ public class TestLogFilter extends Filter<ILoggingEvent> {
private static final List<String> FILTER_MESSAGES = List.of(
"ClientNotification.Statement.UnknownRelationshipTypeWarning",
"ClientNotification.Statement.UnknownPropertyKeyWarning"
"ClientNotification.Statement.UnknownLabelWarning",
"ClientNotification.Statement.UnknownPropertyKeyWarning",
"ClientNotification.Statement.FeatureDeprecationWarning"
);
@Override