I’m running into a problem where I’m pulling a 3rd party library into my Gradle build classpath. That library uses SLF4J to do some logging on the INFO level. I would like to capture this and output it on Gradle’s QUIET level. There doesn’t appear to be an API that allows this, but I’d be ok using internal APIs to do it if possible. Any possible solution?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Configure logging for 3rd party libs in a plugin | 1 | 637 | September 2, 2013 | |
Is it Intentionally Impossible To Use Other SLF4J Impls With The Gradle API? | 0 | 1003 | April 9, 2019 | |
Logging to file | 5 | 2198 | August 11, 2016 | |
Problem with slf4j logging | 7 | 3852 | December 7, 2012 | |
How to redirect logging to different log files on the package level of the source code (in buildSrc) in Gradle? | 0 | 550 | October 18, 2011 |