Better way to hide "duplicate packet, dropping" log message

Is there more civilised way to hide the “duplicate packet, dropping” log message from OpenVPN server?

At the moment what works for me is the following:


/system logging
add action=disk disabled=no prefix="" topics=info,!ovpn
add action=disk disabled=no prefix="" topics=error,!ovpn

But this setup will completely hide all errors from OpenVPN server, and this worries me because I want to monitor every other error that is received/generated. Is there anything better so that I do not suppress all errors but only the “duplicate packet, dropping”?

/system logging
add action=disk disabled=no prefix="" topics=info,!ovpn
add action=disk disabled=no prefix="" topics=error,!ovpn
add action=memory disabled=no prefix="" topics=error,ovpn

Memory is the default situation andwhat if you replace that with echo?

remember (yes|no; Default: ) whether to keep log messages, which have not yet been displayed in console, applicable if action=echo

https://help.mikrotik.com/docs/display/ROS/Log