@[email protected] to [email protected]English • 18 days agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square134fedilinkarrow-up1311cross-posted to: [email protected][email protected][email protected]
arrow-up1311external-linksystemd has been a complete, utter, unmitigated successblog.tjll.net@[email protected] to [email protected]English • 18 days agomessage-square134fedilinkcross-posted to: [email protected][email protected][email protected]
minus-squareMactanlinkfedilink18•18 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-square@[email protected]linkfedilink6•edit-218 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.