Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Incomplete
-
2.24.0
-
None
-
None
-
Unknown
Description
Seems wrapping exceptions is NOT need in this case because of Spring does not catch custom exceptions and does not log them up.
My log settings are:
log4j.rootLogger=DEBUG, stdout
log4j.logger.org.apache.camel=DEBUG, etofile
log4j.logger.org.apache.camel.spring=DEBUG, etofile
log4j.logger.org.springframework.context.support=WARN, etofile
log4j.logger.org.springframework=ERROR
log4j.logger.org.springframework.web=ERROR
log4j.logger.org.springframework.security=ERROR