After setting testLogging.showStandardStreams = true on my tests, I found that
none of the logs in my tests were showing up. I played around some more and
found that even a simple System.out.println("Hello") doesn't show up.
System.err, however, does show up. I can adjust the target of my Logback
ConsoleAppender to System.err and see all my logs, but I still find the
situation curious.
Has anyone else found that the standard error stream works while standard out
doesn't? Could there be a configuration of some kind I am missing?
Thanks.