jam01 commented on issue #7843:
URL: https://github.com/apache/camel-quarkus/issues/7843#issuecomment-3412253390
And handling the exception completely swallows the actual exception and we
only get the logging exception
as in with
```
onException(Exception.class)
.logHandled(true)
.handled(true);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]