Main Menu

Search

LINUX: Journalctl Command To Tail Log With Last N Number Of Lines

 Below is command to use. In below example we are tailing the kubelet logs with last 200 lines.

journalctl -xeu kubelet -f -n 200

No comments:

Post a Comment