I've run into this when using structlog.
We've added a middleware where we add a bunch of contextvars with structlog.contextvars.bind_contextvars
and noticed that the logs within the sync tasks are missing them.
Async tasks are fine.
I have PR incoming with an attempt to fix that and a test that hopefully shows better what I mean 😅.
I've run into this when using
structlog.We've added a middleware where we add a bunch of contextvars with structlog.contextvars.bind_contextvars
and noticed that the logs within the sync tasks are missing them.
Async tasks are fine.
I have PR incoming with an attempt to fix that and a test that hopefully shows better what I mean 😅.