[arch-general] journalctl equivalent for /var/log/kernel.log
Hello all, This should have been easy to find, but I haven't had any luck. What's the systemd equivalent to "tail -f /var/log/kernel.log"? I'm trying to slowly start using journalctl instead of syslog... Paul
Am 23.04.2013 15:08, schrieb Paul Gideon Dann:
Hello all,
This should have been easy to find, but I haven't had any luck. What's the systemd equivalent to "tail -f /var/log/kernel.log"? I'm trying to slowly start using journalctl instead of syslog...
journalctl -f _TRANSPORT=kernel
On Tuesday 23 Apr 2013 15:14:41 Thomas Bächler wrote:
Am 23.04.2013 15:08, schrieb Paul Gideon Dann:
Hello all,
This should have been easy to find, but I haven't had any luck. What's the systemd equivalent to "tail -f /var/log/kernel.log"? I'm trying to slowly start using journalctl instead of syslog...
journalctl -f _TRANSPORT=kernel
Perfect. Thank you. Paul
participants (2)
-
Paul Gideon Dann
-
Thomas Bächler