[Core] Log monitor multidriver (#8953)

This commit is contained in:
Alex Wu
2020-06-25 11:05:53 -07:00
committed by GitHub
parent 4522038259
commit 46962f5db1
5 changed files with 109 additions and 18 deletions
+1
View File
@@ -403,6 +403,7 @@ def create_and_init_new_worker_log(path, worker_pid):
Args:
path (str): The name/path of the file to be opened.
worker_pid (int): The pid of the worker process.
Returns:
A file-like object which can be written to.