Adjust test log filter list.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user