UncaughtExceptionHandler should log with a better log name
----------------------------------------------------------
Key: SLING-2242
URL: https://issues.apache.org/jira/browse/SLING-2242
Project: Sling
Issue Type: Improvement
Components: Extensions
Reporter: Justin Edelson
The UncaughtExceptionHandler in the threaddump bundle uses
org.apache.sling.extensions.threaddump.internal.Activator as the log name. This
can create confusion because the exception being logged did not necessarily
originate with or even pass through Sling.
Thus, I recommend changing the log name to
org.apache.sling.extensions.threaddump.UncaughtExceptionHandler. This keeps the
package structure, but attempts to make it more obvious what is going on.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira