I've been looking around for where I can find the output of my log statements from some custom tasks I'm testing, but no such luck in identifying the location in the docs. While I did run across Misha's example of redirecting stdout and stderr, that approach is insufficient IMO to evaluate legit log statements using the inherited logging functionality from org.gradle.api.Task
So, during the test task, are logs actually generated somewhere or if not, what's the correct approach to turn them on?
