mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 03:54:16 +08:00
Change dict serialization warning to debug (#3230)
This commit is contained in:
committed by
Robert Nishihara
parent
ca585703b2
commit
2e04ffe00c
@@ -314,7 +314,7 @@ class Worker(object):
|
||||
"of their fields. This behavior may "
|
||||
"be incorrect in some cases.".format(
|
||||
type(e.example_object)))
|
||||
logger.warning(warning_message)
|
||||
logger.debug(warning_message)
|
||||
except (serialization.RayNotDictionarySerializable,
|
||||
serialization.CloudPickleError,
|
||||
pickle.pickle.PicklingError, Exception):
|
||||
|
||||
Reference in New Issue
Block a user