Hi. As for syslog-ng, I also had a bad experience with it)) I recommend installing metalog https://packages.artixlinux.org/packages/world/any/metalog-openrc/
Next,
$ sudo rc-update add metalog default
$ sudo rc-service metalog start
$ ip -c a
(for example, your interface IP is 192.168.1.1)
Make a change to the configuration file
$ sudo nano /etc/metalog.conf
Find the line
# Configures a remote log server
remote_host = 192.168.1.1 (specify your interface IP address here and uncomment)
reload
$ sudo rc-service metalog restart
Let's check .
$ sudo tail -f /var/log/everything/current
Now open another terminal window and write
$ logger -t test hello artix
In the first window where the logs are, you should see this message ))