Send replica deployment logs to cloudwatch for eks pods

I have Ray Serve app usng open AI whisper on EKS.
In the Ray Dashbaord i can see replcias and then logs of each component.
Now i want to send only logs of each deployment to STDOUT. I tried

             - name:  RAY_LOG_TO_STDERR
                value: "1"

but i can see so many logs which very noisy but not even a single log for deployment which i only want

Hey,

Another option is to setup logging at the deployment level where in you can specify the directory in which you want the logs to end up on. Then you can have a node level exported to move the logs to cloudwatch.

See