Commit 8b4b6a32 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #17358 from izeye

* gh-17358:
  Remove System.out.println() in a test

Closes gh-17358
parents 5030364d 408035fb
......@@ -468,7 +468,6 @@ public class LogbackLoggingSystemTests extends AbstractLoggingSystemTests {
LogFile logFile = getLogFile(file.getPath(), null);
this.loggingSystem.initialize(this.initializationContext, null, logFile);
String output = this.output.toString().trim();
System.out.println(output);
assertThat(output).doesNotContain("LevelChangePropagator").doesNotContain("SizeAndTimeBasedFNATP");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment