Replies: 1 comment 1 reply
-
Hi @kenhov - for this idea, would you only use this when logging errors/exceptions? Or would there be a benefit to using this for non-errors too? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Something I have realized when working with logging, is that information about consequence is important. When we log an exception, it is nice to know what has happened, but even more important is what is the consequence of this error. Do we loose data? Do we need to update something manually? Will this cause lost revenue?
It would be great to be able to add consequence in the log entry, like .setConsequence("some info").
Beta Was this translation helpful? Give feedback.
All reactions