Empty braces in ray.init option

Hello,

when I run -

ray.init(_enable_object_reconstruction=True)

one of the console output is empty braces -

{}

ray, version 1.4.0

usually, I think the output in the braces is cluster details, is this expected?

Thanks

Can you actually show me the full output?

empty braces is the full output when I run
import ray
ray.init(_enable_object_reconstruction=True)
{}

oh yeah this must not be shown. Would you like to submit a PR to handle that? haha

usually, ray printouts cluster details in those braces, so with _enable_object_reconstruction=True, those details should not be printed?