devsisters / shardcake

Sharding and location transparency for Scala
https://devsisters.github.io/shardcake/
Apache License 2.0
395 stars 30 forks source link

Pod name in logs #18

Closed wonryool-kim closed 2 years ago

wonryool-kim commented 2 years ago

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?

ghostdogpr commented 2 years ago

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 😄