mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:38:18 +08:00
Better logging in tests. (#790)
This commit is contained in:
committed by
Philipp Moritz
parent
c3b39b4d86
commit
52a27be364
@@ -283,7 +283,8 @@ class Monitor(object):
|
||||
continue
|
||||
|
||||
log.info("Driver {} is returning GPU IDs {} to local "
|
||||
"scheduler {}.".format(driver_id, num_gpus_returned,
|
||||
"scheduler {}.".format(binary_to_hex(driver_id),
|
||||
num_gpus_returned,
|
||||
local_scheduler_id))
|
||||
|
||||
def process_messages(self):
|
||||
|
||||
Reference in New Issue
Block a user