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
Summary:
Pull Request resolved: #366
This sets `PYTHONUNBUFFERED` to improve local scheduler logging latency. With this set each python log line gets immediately written out so you avoid large blocks of logs from the buffering. It also preserves groups unlike `readline()` since a stack trace will be written out as a single write
There's can still be some small amount of ordering mismatches but it's better than it was before
Reviewed By: kiukchung
Differential Revision: D33433782
fbshipit-source-id: 3f4a573a9736f1432119eeb9ad4e51e3bff19ada
0 commit comments