[jboss-jira] [JBoss JIRA] Created: (JBCACHE-960) Reduce logging when TxInterceptor catches exception
Brian Stansberry (JIRA)
jira-events at jboss.com
Tue Jan 30 13:15:39 EST 2007
Reduce logging when TxInterceptor catches exception
---------------------------------------------------
Key: JBCACHE-960
URL: http://jira.jboss.com/jira/browse/JBCACHE-960
Project: JBoss Cache
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.ALPHA2, 1.4.1.GA
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Priority: Minor
Fix For: 2.0.0.BETA1, 1.4.1.SP1
TxInterceptor catches all exceptions that come up from lower in the interceptor chain, logs them at INFO, and then rethrows the exception if there isn't a failSilently option set.
Instead it will log nothing if the exception is rethrown and use less vocal logging otherwise (at minimum don't log a full stack trace at INFO; probably just log the whole thing at TRACE.)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list