I run certbot renew via cron and I understand that I can silence the run with certbot renew --quiet. However I would like to only know when a renewal succeed and even more importantly when a renewal failed. What flags do I have to use here? Did not find relevant info.
Currently I filter the emails in case no renewal attempt was done by certbot but I feel doing the wrong thing for the right reason.