Ray serve logs in k8s pod

When I run “serve run” command , I receive all my logs (including info and debug) in the terminal. However, when I use kubectl logs -f <pod_name>, I only see garbled output. How can I view the logs from my serve run using kubectl logs?