Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Code Review Request: Bug 239829

https://bugs.eclipse.org/bugs/show_bug.cgi?id=239829
 
I have had this bug assigned to me for a while now and finally decided to try to address it. The complaint was that EclipseLink logged exceptions (stack traces) verbosely even when not configured to. The issues was based on the fact that the DefaultSessionLog originally logged all stack traces for SEVERE exceptions. In my patch I have changed this to only log the stack trace when configured to, irrelevant of the level. I also enabled support for a message containing an exception to also contain a message.
 
Please review the supplied fix and provide me any feedback. I will be running it through all of the available test suites and will do some manual testing as well to ensure I get the logging expected.
 
Doug

Back to the top