I am using the official kubernetes dashboard in Version kubernetesui/dashboard:v2.4.0
to manage my cluster and I've noticed that, when I select a pod and look into the logs, the length of the displayed logs is quite short. It's like 50 lines or something?
If an exception occurs, the logs are pretty much useless because the original cause is hidden by lots of other lines. I would have to download the logs or shell to the kubernetes server and use kubectl logs
in order to see whats going on.
Is there any way to configure the dashboard in a way so that more lines of logs get displayed?