4 ms·
What's wrong with journald? I do not know much about it, aside from having to use journalctl to view logs occasionally.
by oftenwrong 2y ago
What's wrong with journald? I do not know much about it, aside from having to use journalctl to view logs occasionally.
- bartekpacia 2y agoLogs being stored in binary is the main problem, I think.
- tuna74 2y agoYou can of course copy them into whatever format you want, systemd has support for syslog style export.
- frankharv 2y agoVersus the logical dmesg|grep {what you are looking for} or tail -n 30 /var/log/messages.
- justsomehnguy 2y agoTell 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.
- Vilian 2y agoyou can just run journalctl -g {term} too lol