Restrict journal output to kernel messages

This commit is contained in:
2Shirt 2019-11-18 21:00:09 -07:00
parent 095c00c6ee
commit d1b37eddc1
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -1158,7 +1158,7 @@ def run_ddrescue(state, pass_settings):
# Show systemd journal output
state.panes['Journal'] = tmux_split_window(
lines=4, vertical=True,
command=['sudo', 'journalctl', '-f'])
command=['sudo', 'journalctl', '-f', '-k'])
# Fix layout
state.fix_tmux_panes(forced=True)