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

Let `Action.continue_task` to take `action_type` and `fields`. #471

Closed tomprince closed 2 years ago

tomprince commented 3 years ago

I've been experimenting with capturing logs from a eliot-using service in integration tests, and want to have a more descriptive action than eliot:remote_task as the root action of the service.

itamarst commented 3 years ago

Interesting... that would make logs easier to read, yeah, one less nested action.