Shard cake shows only the pod ip when printing logs.
When i want to see pod name on debug process, we have to execute k8s command through ip.
It's tiresome.
Why don't you log the name of the pod?
We log selfHost (see config) which is the only information we have. We can use host names instead of IPs, but that's on the application side to change that, not on shardcake side 😄
Shard cake shows only the pod ip when printing logs. When i want to see pod name on debug process, we have to execute k8s command through ip. It's tiresome. Why don't you log the name of the pod?