AnotherZjuturtle / Gitalk

For zjuturtle.com Gitalk system
1 stars 0 forks source link

Python 在多进程中使用 logging | zjuturtle's blog #53

Open AnotherZjuturtle opened 3 years ago

AnotherZjuturtle commented 3 years ago

https://zjuturtle.com/2021/11/09/python-multiprocess-logging/

这一回我想记录一下 python 的多进程日志记录

realJaydenCheng commented 3 months ago

谢谢分享,但这种方式在spawn方式下无法正常工作,启动的新线程中无法访问到主线程全局变量的日志消息队列。