💻 Tech
Today, I learned in Skaffold how to wait for the logs and stop the scroll.
- Enter
:pods
to see the pods. - Select the pod and the container inside it. This will show the container logs.
- Auto-wrap and full screen are turned off by default, so enter
f
andw
to turn them on. - Press
shift+c
to clear the logs. - When you see the logs, for example, after you sent a request to the server, enter
s
to stop the scroll.
Now, you can see the logs you want and analyze it. Just enter s
again to resume the scroll.