It should be possible to make it easier for viewers to see which log lines relate to which pod. Consistently coloring the log row backgrounds by pod name would make it easier to follow flows without taking up lots of space.
Motivation
Right now, you can show pod names, but that eats quite a bit of space from the log view and it doesn't actually make it easy to see which lines are from the same pod.
Proposal
Offer to color log message rows. Automatically assign colors based on pods. Show the pod names/colors above or below the log view.
Summary
Currently, you can visit a statefulset (or deployment, or replicaset, or ...), e.g.: https://cd.apps.argoproj.io/applications/argo-cd?resource=kind%3APod&node=apps%2FStatefulSet%2Fargocd%2Fargocd-redis-ha-server%2F0&tab=logs and select the
Show pod names
button:It should be possible to make it easier for viewers to see which log lines relate to which pod. Consistently coloring the log row backgrounds by pod name would make it easier to follow flows without taking up lots of space.
Motivation
Right now, you can show pod names, but that eats quite a bit of space from the log view and it doesn't actually make it easy to see which lines are from the same pod.
Proposal
Offer to color log message rows. Automatically assign colors based on pods. Show the pod names/colors above or below the log view.