Configurable throwable serialization#105
Conversation
|
💚 CLA has been signed |
❕ Build Aborted
Expand to view the summary
Build stats
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
|
The approach looks really good! |
|
I'm going to attempt to put some more effort into this PR in the next few weeks. I'm trying to reconcile whether it's worthwhile to have a consistent way to format the exception or if it's something that should be delegated to whatever logging library is being used, e.g. throwable patterns in log4j2. |
|
Closing in favor of #177 |
Refactors the serialization of
Throwableinstances into an interface to allow formatter/layout projects to offer configuration options for how the exception is serialized.