Enable debug logging from ray core in gcs_server.out file

Hello,

I tried setting the logging level to DEBUG in logging.cc file

RayLogLevel RayLog::severity_threshold_ = RayLogLevel::DEBUG;

Still, I am unable to get debug logs in the log file named gcs_server.out, any pointers on how can I enable debug logging in ray core?

Thanks

I got debug log turned on setting env variable in cluster.yaml to level debug but I still do not see debug logs from file cluster_resource_data.cc , can you please advise

Thanks