💭 Using journalctl - The Ultimate Guide To Logging ================================================== !https://www.loggly.com/ultimate-guide/using-journalctl/ Date: May 2, 2024 External Link loggly.com [1] I had a boot issue on my sons fresh ubuntu 24.04 install and journalctl came in clutch. ``` bash journalctl -p 3 -xb ``` * -p 3 gives me priority 3 * -x gives me extra catalog information when available * -b gives me the current boot. !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://www.loggly.com/ultimate-guide/using-journalctl/ [2]: /thoughts/ [3]: /tags/thoughts/