Closed danabens closed 4 years ago
log_metric was using binary based buffering that flushed to file after a certain number of bytes were written (~60 lines) instead of new line buffering.
https://docs.python.org/3/library/functions.html#open
log_metric was using binary based buffering that flushed to file after a certain number of bytes were written (~60 lines) instead of new line buffering.
https://docs.python.org/3/library/functions.html#open