Change dict serialization warning to debug (#3230)

This commit is contained in:
Eric Liang
2018-11-06 21:23:07 -08:00
committed by Robert Nishihara
parent ca585703b2
commit 2e04ffe00c
+1 -1
View File
@@ -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):