ArpNetworking / logback-steno

A logback filter and encoder for outputting steno format log files.
Apache License 2.0
9 stars 3 forks source link

Improve Throwable serialization #40

Open BrandonArp opened 8 years ago

BrandonArp commented 8 years ago

When serializing throwables, a naive approach is used. Instead, use the same mechanisms that are used to serialize other objects.

vjkoskela commented 8 years ago

Addressed in #42

vjkoskela commented 8 years ago

This was only partially addressed in #42. Although exception data in the exception block is serialized in a way to be consistent with data serialization for additional fields, this does not apply to exceptions in the data block. That is exceptions in the data block do not serialize as Steno exceptions.