Downgrade exception logging from error to debug within TxInterceptorImpl
------------------------------------------------------------------------
Key: ARIES-442
URL: https://issues.apache.org/jira/browse/ARIES-442
Project: Aries
Issue Type: Improvement
Components: Transaction
Affects Versions: 0.3
Reporter: Craig Muchinsky
Priority: Minor
Exception logging within the TxInterceptorImpl class is currently done at error
level, however in many cases these exceptions are expected and shouldn't be
cause for concern. For example, I have an application that gracefully handles
txn rollbacks due to database deadlocks and retries them, so I don't want the
log file to get filled with stack traces unnecessarily. Currently the only
workaround is to turn off logging for TxInterceptorImpl specifically.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.