how to properly configure a syslog server?

Hi,

I have RouterOS 3.17 on an Routerboard RB532. I would like the system to send all logs to a syslog server.

I have configured:

[admin@ap00555] /> /system logging print
Flags: X - disabled, I - invalid
 #   TOPICS                          ACTION                          PREFIX
 0   info                            memory
 1   error                           memory
 2   warning                         memory
 3   critical                        echo
 4   info                            memory
 5   error                           memory
 6   warning                         memory
 7   critical                        echo
 8   info                            remote                          ap00555
     error
     warning
     critical
[admin@ap00555] /> /system logging action print
Flags: * - default
 #   NAME                      TARGET REMOTE
 0 * memory                    memory
 1 * disk                      disk
 2 * echo                      echo
 3 * remote                    remote 10.1.108.4:514
[admin@ap00555] />

I can ping 10.1.108.4 from the Routerboard, and I see the ping traffic in wireshark on the target host. But there are no syslog UDP packets seen on the wire.

What am I doing wrong?

Greetings
Marc