Lunderberg opened a new pull request, #16618:
URL: https://github.com/apache/tvm/pull/16618

   Prior to this commit, `structlog.configure(...)` would only impact log 
statements generated in the main process, while workers started with 
`disco.session.ProcessSession` would not inherit the `structlog` configuration. 
 While `disco.session.ThreadedSession` would inherit the `structlog` 
configuration, it would also inherit process-specific CUDA variables.
   
   This commit updates `disco.session.ProcessSession` to explicitly propagate 
any `structlog` configuration to child processes.  This implementation 
intentionally avoids introducing a new dependency for TVM.  If the `structlog` 
package is not available, the config propagation is skipped.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to