ikidd@lemmy.world to Linux@lemmy.mlEnglish · 1 day agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square75fedilinkarrow-up1232arrow-down139 cross-posted to: linux@programming.dev
arrow-up1193arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netikidd@lemmy.world to Linux@lemmy.mlEnglish · 1 day agomessage-square75fedilink cross-posted to: linux@programming.dev
minus-squareMactan@lemmy.mllinkfedilinkarrow-up17·1 day 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-up3·edit-221 hours 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.