Replies: 2 comments
-
|
Perhaps by default, a log should not embed the IP nor the TS resulting to something like ( |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when you fetch logs using

kubetail, the default response is just the raw log messages:This works ok and I think it's the expected behavior for a user who wants to replace

kubectl logs, however what attracts users to Kubetail is the ability to see messages from multiple pods in context. So, I propose to make the default response like this except instead of the pod name we replace it with a color dot like in the web dashboard:If we do this then we can add flags to hide the timestamp column (
--hide-ts), the dot column (--hide-dot) or everything at once except for the raw messages (--raw).Beta Was this translation helpful? Give feedback.
All reactions