Comment on Ubuntu 24.04 (and Debian) removed libsystemd from SSH server dependenciesparentComments−bartekpacia2yLogs being stored in binary is the main problem, I think.−tuna742yYou can of course copy them into whatever format you want, systemd has support for syslog style export.−frankharv2yVersus the logical dmesg|grep {what you are looking for} or tail -n 30 /var/log/messages.−justsomehnguy2yTell me you never tried journalctl | grep {term} without telling anything.Also you are probably never worked with a localised distros. Go try your luck at least on a non-Latin one.−Vilian2yyou can just run journalctl -g {term} too lol
Comments
Logs being stored in binary is the main problem, I think.
You can of course copy them into whatever format you want, systemd has support for syslog style export.
Versus the logical dmesg|grep {what you are looking for} or tail -n 30 /var/log/messages.
Tell me you never tried
without telling anything.Also you are probably never worked with a localised distros. Go try your luck at least on a non-Latin one.
you can just run journalctl -g {term} too lol