"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "7842c3ed0d39ea8cc912e4e61ed4f1e9f654a58c"
Redirect prints to logging module
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/509 print function is used all over the place and it's not realistic to enforce not using print for everyone. So this diff attempts to improve the debuggability of the code that was written using prints by redirecting prints to the logging module. Additionally call logger setup from `setup_after_launch` to make sure logging settings are applied in every of the spawned processes. Reviewed By: frabu6, wat3rBro Differential Revision: D44280241 fbshipit-source-id: 713400ac2b2edacef3c7a99067cbb1e684c3c5ad
Showing
Please register or sign in to comment