You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: log configuring when running under spawn and add --log-format (#435)
* fix: log configuring when running under spawn and add --log-format
Fixed issue with logging configuration when using multiprocessing 'spawn' method on macOS.
The spawn method reimports all modules which caused logging configuration to be lost.
Added `--log-format` argument to easily customize logging format across all processes,
including spawned child processes.
* fix linting and formatting
---------
Co-authored-by: Ilya Volnistov <i.volnistov@gaijin.team>
0 commit comments