Skip to content
Snippets Groups Projects
Commit d332dd53 authored by felmer's avatar felmer
Browse files

making tests more robust filter out log lines from dynamic property evaluation

SVN: 38651
parent 16b1813a
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ public class LogRecordingUtils ...@@ -51,6 +51,7 @@ public class LogRecordingUtils
{ {
logRecorder.addRegexForLoggingEventsToBeDropped("OPERATION.*FullTextIndex.*"); logRecorder.addRegexForLoggingEventsToBeDropped("OPERATION.*FullTextIndex.*");
logRecorder.addRegexForLoggingEventsToBeDropped("MACHINE.MonitoringPoolingDataSource.*"); logRecorder.addRegexForLoggingEventsToBeDropped("MACHINE.MonitoringPoolingDataSource.*");
logRecorder.addRegexForLoggingEventsToBeDropped("OPERATION.DynamicPropertyEvaluationRunnable.*");
return logRecorder; return logRecorder;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment