When creating a service through docker, the entire console output is occupied by this message:
(raylet) [2022-12-07 23:23:15,879 E 111 152] (raylet) file_system_monitor.cc:105: /tmp/ray/session_2022-12-07_23-19-23_216323_6 is over 95% full, available space: 8352010240; capacity: 1913657327616. Object creation will fail if spilling is required.
Is there a way to turn it off, or what can I do?
In addition, in the created service, when trying to log information through logging
, nothing is output to the console, no matter how I try to configure it. But print("log")
works. You could not prompt, in what business?