Logging to remote AND memory [SOLVED]

Hi all,

Is it possible to log to a remote syslog server AND the memory?

Thanks

Yes. Just make appropriate rules for that.

How?

[admin@router] /system logging> print
Flags: X - disabled, I - invalid, * - default
 #    TOPICS                          ACTION                         PREFIX
 0  * info                            remote
 1  * error                           remote
 2  * warning                         remote
 3  * critical                        echo



[admin@router] /system logging> set 0 action=memory,remote
input does not match any value of action

Turns out you can add a topic more than once-

[admin@router] /system logging> print
Flags: X - disabled, I - invalid, * - default
 #    TOPICS                          ACTION                         PREFIX
 0  * info                            remote
 1  * error                           remote
 2  * warning                         remote
 3  * critical                        echo
 4    l2tp                            remote
      !packet
 5    ipsec                           remote
 6    info                            memory
 7    error                           memory
 8    warning                         memory
 9    critical                        memory