itamarst / eliot

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

Testing-mode for destinations #370

Open itamarst opened 5 years ago

itamarst commented 5 years ago

Use case

I want all logs to be output someplace different when I am in test mode. Currently this requires me (and every user) to write custom logic to detect test mode.

Proposed design