Unable to see ALL logs
ksingh7 opened this issue · 2 comments
ksingh7 commented
Hi
Probably I am missing something, but is there a way to see all the logs ( info,debug,error) etc. Kind of the equivalent of tail -f
which just prints everything.
ksingh7 commented
Also what all options could be passed in --log-level=?
parameter, i can see error and debug
in the documentation.
boz commented
Just typing kail
will print all of the logs coming from your pods/containers. --log-level
is for kail's log level.