gnodet commented on pull request #619:
URL: https://github.com/apache/maven/pull/619#issuecomment-977762720


   I'm not sure about this PR actually.  My original problem was that Sisu does 
log exceptions during bean instantiation to TRACE level, which means it's not 
available when using the usual `-X` option.  This PR is only a workaround imho, 
and I'd much prefer having Sisu logging at a slightly higher level.   The 
problem with logging at TRACE level is that is that you have no way to be aware 
about the problem, which I think is wrong: if a class is missing, a 
ClassNotFoundError is thrown, caught and logged at TRACE level, but this looks 
kinda hidden to me.


-- 
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]


Reply via email to