How to log to stdout from Ray Serve

We are using KubeRay in production as our inferencing solution. The logs are available for the deployment inside the metrics server of the head pod and ofcourse inside the filesystem of the pod at /tmp/ray/session_*/logs.

However, we have a different team transporting our logs and we want to print the logs for the server to the pod’s stdout so that it can be exported. Is there any way to do that?

This is the python script we are using for the serve application,

FYI, I tried,
RAY_LOG_TO_STDERR
It was able to log to stdout, but the json format with this is not working