[core] Move log_to_driver back to public (#10422)

This commit is contained in:
Richard Liaw
2020-08-29 16:35:14 -07:00
committed by GitHub
parent 9a31166050
commit cb438be146
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class Capturing:
@pytest.fixture
def start_ray():
ray.init(_log_to_driver=False, local_mode=True)
ray.init(log_to_driver=False, local_mode=True)
_register_all()
yield
ray.shutdown()