gnodet commented on issue #11683: URL: https://github.com/apache/maven/issues/11683#issuecomment-4776631197
Libraries using `java.util.logging` (e.g. maven-resolver internals) currently bypass SLF4J and dump directly to stderr, producing confusing output mixed with Maven logs. **Proposal for 4.0.0-rc-6:** Install the [jul-to-slf4j bridge](https://www.slf4j.org/legacy.html#jul-to-slf4j) (`org.slf4j:jul-to-slf4j`) at Maven startup. This routes all JUL loggers through SLF4J and Maven's logging infrastructure, so JUL output respects Maven's log level configuration and formatting. The System.Logger (JEP 264) approach mentioned in #11684 can be revisited for 4.1.0 as a more comprehensive solution. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
