markyag-spgdji commented on PR #4060: URL: https://github.com/apache/logging-log4j2/pull/4060#issuecomment-4013525237
We could rewrite getResourceAsStream in terms of getResource, and then get the stream via url.openStream(). Note that this is what java.lang.ClassLoader itself does. The benefit is that we log locations for BOTH methods. -- 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]
