async-log
async-log copied to clipboard
Make `task_id` optional
I have a system that only uses regular threads, but no Futures, so I was wondering if there could be an option to disable logging task_ids, as this is still really nice.
maybe simply putting all Future related things behind a feature flag, such that as a user this can be set at compile time