Re: Which system logger should I use with OpenRC?
Reply #4 –
rsyslog from the AUR is another option although you might need to write your own config file to set it up in a more useful manner, and it won't build until these systemd related lines in the PKGBUILD are edited to "disable" rather than "enable":
--enable-imjournal \
--enable-omjournal \
Also with any logger check that log rotating is being done correctly, you need a log rotate package and a cron package, this may or may not be brought in as a dependency, additional services could need enabling, and more fine tuning of config relating to this can be done.