@ikidd@lemmy.world to Linux@lemmy.mlEnglish • 10 months agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square133fedilinkarrow-up1315arrow-down151cross-posted to: technology@lemmy.world
arrow-up1264arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.net@ikidd@lemmy.world to Linux@lemmy.mlEnglish • 10 months agomessage-square133fedilinkcross-posted to: technology@lemmy.world
minus-squareMactanlinkfedilink18•10 months 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-square@Ferk@lemmy.mllinkfedilink6•edit-210 months 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.