itamarst / eliot

Eliot: the logging system that tells you *why* it happened
https://eliot.readthedocs.io
Apache License 2.0
1.09k stars 65 forks source link

Custom JSON encoder support in tests #458

Closed itamarst closed 3 years ago

itamarst commented 3 years ago

Fixes #456

Example use case: Tahoe-LAFS has custom encoder that supports encoding bytes.

The need to do _encoder instead of encoder is annoying, not sure what else to do though.