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
Is your feature request related to a problem? Please describe.
Our current logs when matching a received message to a registered message handler is rather technical with a lot of (unnecessary) traces. This makes defect localization rather difficult and has already in the past proven to be too technical for consumers to make sense of.
Describe the solution you'd like
Come up with a more user-friendly approach that provides an easy overview of WHAT registered message handlers were being tried and WHY they were(n't) used to process the message.