Is there any way to suppress specifically the `Tra...
# community-support
r
Is there any way to suppress specifically the
Transforming ${some-jar}-0.1.1.jar with ${Something}Transform
messages when running at info level? They seem much more of a debug level thing, and they make info level output very noisy.
I see someone else agrees with me! https://github.com/gradle/gradle/commit/8da456e6dae0add9116ef7bc250fc3cb4a7372e6 Looks like it's not in 8.11 though. Would be nice to back port it...
v
Very unlikely though for just reducing a log level. That is not a change they typically backport.
r
Doesn't hurt to try 😉 https://github.com/gradle/gradle/pull/31311
👌 1