Hi,
I have EasyEngine installed in my server. I also installed fail2ban to be able to ban IPs that have been trying to attack Wordpress installation (by using the awesome limit_req you guys put in wpcommon.conf) at iptables level. It was working fine. If anyone is interested, I can share it.
The other day I was wondering why I had massive error logs, and thanks to a @miteshshah’s reply, I realised I had ee debug on, so I executed ee debug --off and voilà, everything fixed 
But now, as a side effect of switching off ee debug, now limit requests don’t appear in nginx error logs, so fail2ban doesn’t find them and the IPs are not banned.
So my question is: what is the minimum debug I should enable to see those errors in the error logs?
Thanks a lot!
