[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
@@ -77,7 +77,7 @@ async def trial(actors, session, data_size):
async def main():
ray.init(_log_to_driver=False)
ray.init(log_to_driver=False)
serve.init()
serve.create_backend("backend", backend)