Artix Linux Forum

Artix Linux => System => Topic started by: mardiyah on 24 July 2023, 12:17:39

Title: What'd be systemd journalctl equivalent here
Post by: mardiyah on 24 July 2023, 12:17:39
What'd be systemd journalctl equivalent in openrc, utility to query /manage events logs ?
Title: Re: What'd be systemd journalctl equivalent here
Post by: suren on 24 July 2023, 15:02:45
plain text
or
syslog or syslog-ng (you have to install and configure it)
Title: Re: What'd be systemd journalctl equivalent here
Post by: Hitman on 24 July 2023, 16:14:35
everything.log is basically equivalent of journalctl, it's more reliable in fact as it's plain text :D

I'd like to add that syslog-ng comes preconfigured in most inits.
Title: Re: What'd be systemd journalctl equivalent here
Post by: nous on 25 July 2023, 11:42:45
Our base and community ISOs use metalog; all others syslog-ng.