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”?