Logging interface up/down without netwatch v5

I am trying to get interface up/down information logged without using netwatch. My understanding is that v5 has an easy way to do this now without scripting. I followed the advice of another post but it didnt seem to log the information when I would unplug/plug in an ethernet cable.

[admin@MikroTik] /system logging action add name=interface target=memory
[admin@MikroTik] /system logging add action=interface topics=interface

Can anyone help? Thanks.

Stephen

hi
for do your request you must help from this command:
/system logging add topics=interface action=echo
with this command,if your interface down/up , you can see log in system log.

Hi,

How do we can increase the severity of interface log.

I mean > in our edge router, we receive link from 2 AS. I want to log interface up/down to my remote server with critical severity.

Is this possible?

Thanks.