I want to stop rsyslog logging these messages.
[168707.740364] TCP: Peer 192.168.100.1:46199/41503 unexpectedly shrunk window 2027330493:2027331431 (repaired)
I tried this in the /etc/rsyslog.conf but the messages are still logged.
if $msg contains 'unexpectedly' then /dev/null
Can anyone point me in the right direction?