jamesnetherton commented on issue #7843:
URL: https://github.com/apache/camel-quarkus/issues/7843#issuecomment-3416143736
> Any suggested workarounds?
Off the top of my head:
```java
onException(Exception.class)
.logExhaustedMessageHistory(false);
```
There's probably a way to make it configurable so it applies only in dev
mode. I can take a look next week.
--
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]