Header Shadow Image


journalctl: wrap lines and tail effect

Trying to use journalctl to view logs but the output get's truncated or doesn't wrap around.  Using the following for me had best results in my case:

journalctl -xe -u kubelet.service -f

Other variations with slightly different results:

journalctl -xe -u kubelet.service -fn100

Another variant that can be usefull includes:

journalctl -xe -u kubelet.service | more

Likewise, the following:

journalctl -xe -u kubelet.service | less

Cheers,

Leave a Reply

You must be logged in to post a comment.


     
  Copyright © 2003 - 2013 Tom Kacperski (microdevsys.com). All rights reserved.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License