ikidd@lemmy.world to Linux@lemmy.mlEnglish · 12 days agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square135linkfedilinkarrow-up1316arrow-down153 cross-posted to: opensource@programming.devlinux@programming.devlinux@programming.devlobsters@lemmy.bestiver.se
arrow-up1263arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netikidd@lemmy.world to Linux@lemmy.mlEnglish · 12 days agomessage-square135linkfedilink cross-posted to: opensource@programming.devlinux@programming.devlinux@programming.devlobsters@lemmy.bestiver.se
minus-squareMactan@lemmy.mllinkfedilinkarrow-up18·12 days agoI still have no idea how to find the right record to read but at least I can run a journalctl --follow till my crash happens
minus-squareFerk@lemmy.mllinkfedilinkarrow-up6·edit-212 days agoIf that approach is enough then tail -f /var/log/* could work too with multiple files, it’ll “follow” all the files and display only new lines.
I still have no idea how to find the right record to read but at least I can run a journalctl --follow till my crash happens
If that approach is enough then
tail -f /var/log/*
could work too with multiple files, it’ll “follow” all the files and display only new lines.