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

Better error message for missing end messages #379

Closed itamarst closed 5 years ago

itamarst commented 5 years ago

Fixes #373.

I believe start messages are already covered by the existing code in assertHasAction, where missing start messages will result in empty list of messages, and there's already logic for that with a human-readable message.

@exarkun