Hi,
I’m checking about Gradle’s Logger in version 1.12 and 2.0, and I executed build.gradle with -d option in samples/usergiude/tutorial/logging.
I expected logging by all methods of logger, but it doesn’t seem to be logging logger.trace().
How can I output trace log by logger.trace() ?
Thanks.