[Disco] Propagate structlog/logging config to workers#16715
[Disco] Propagate structlog/logging config to workers#16715Lunderberg merged 1 commit intoapache:mainfrom
Conversation
This is a follow-up to apache#16618, which propagates the `structlog` configuration to disco worker processes. For configurations that use `structlog.stdlib` to integrate `structlog` with the stdlib `logging` module, this integration must also be forwarded.
slyubomirsky
left a comment
There was a problem hiding this comment.
This seems straightforward enough, though I'm not aware of the wider context.
Thank you. For context, some applications use However, some configurations (example from |
This is a follow-up to apache#16618, which propagates the `structlog` configuration to disco worker processes. For configurations that use `structlog.stdlib` to integrate `structlog` with the stdlib `logging` module, this integration must also be forwarded.
This is a follow-up to #16618, which propagates the
structlogconfiguration to disco worker processes. For configurations that usestructlog.stdlibto integratestructlogwith the stdlibloggingmodule, this integration must also be forwarded.