Merge pull request #17358 from izeye
* gh-17358: Remove System.out.println() in a test Closes gh-17358
This commit is contained in:
commit
8b4b6a32fa
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue