-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #5950 - remove WebAppClassLoader logging during loadClass #5957
Issue #5950 - remove WebAppClassLoader logging during loadClass #5957
Conversation
Signed-off-by: Joakim Erdfelt <[email protected]>
Such a pity this seems to be necessary: when things are really going wrong it was so helpful to turn on debug logging for the WebAppClassLoader and find out how classes were being loaded (or not). |
@joakime @janbartel if it's so helpful could we have something such
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than a few niggles.
{ | ||
LOG.warn(e); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably should be e.printStackTrace() to replace warnings
jetty-webapp/src/main/java/org/eclipse/jetty/webapp/ClasspathPattern.java
Show resolved
Hide resolved
Is it possible to test if |
Sorry, this isn't ready. |
Sorry, the draft status was in error. |
Signed-off-by: Joakim Erdfelt [email protected]