If you have a service that outputs logs in JSON format, you can pipe the output through clog to make it more readable.
It will display the time in the local time zone, the request id if it exists, the severity, and the message.
cargo install --git https://github.com/sighol/clog
kubectl logs POD_NAME CONTAINER_NAME --follow | clog