Netflix / metaflow-service

:rocket: Metadata tracking and UI service for Metaflow!
http://www.metaflow.org
Apache License 2.0
193 stars 71 forks source link

Disable Python buffering of standard output/error streams #438

Open fumoboy007 opened 2 months ago

fumoboy007 commented 2 months ago

The code uses print to log messages, so disable buffering to output the messages as soon as they are written.

Fixes #437.