Double logging of every single password reset request event in /var/log/user.log file. The same thing was happening with ‘/var/log/syslog’. We have bandaid it for now by increasing the maxretry parameter. How do i fixt it permanently?
Jul 10 11:13:16 vultr wordpress(siteurl)[2453414]: Password reset requested for anuja.bagel from 77.111.245.14
Jul 10 11:13:16 vultr wordpress(siteurl)[2453414]: Password reset requested for anuja.bagel from 77.111.245.14
I think you’ve got something misconfigured with rsyslogd and/or systemd - I’ve tested on a standard Ubuntu install and it works fine. You can easily check your install:
$ logger "Hello, World!"
That uses user.notice by default so you’re testing like-for-like.