You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On any exception caught, there should be a tag error=true set and some log entries like error.*, event, message, stack (see OpenTracing conventions). I also propose to have error.expected=true/false but it's minor.
I think point-to-point queries don't have any error handling at all.
I think eventHandler.getTargetType().getSimpleName() inside LoggingErrorHandler will include spring proxy like *EnhancerBySpring*.
From the conventions, I note it's about logging the exceptions, not so much tagging. Regardless, it seems like a regular thing to do with Open Tracing, so thanks for the addition.
error=true
set and some log entries likeerror.*
,event
,message
,stack
(see OpenTracing conventions). I also propose to haveerror.expected=true/false
but it's minor.eventHandler.getTargetType().getSimpleName()
insideLoggingErrorHandler
will include spring proxy like*EnhancerBySpring*
.See my error handlers in TracingAxonConfig. Logging. ErrorLoggingConfig
The text was updated successfully, but these errors were encountered: