everytime I run the ./certbot-auto certificate command I am seeing a
“Saving debug log to /var/log/letsencrypt/letsencrypt.log”
if I use -q it suppresses everything including the list of domains and if the date is valid.
Is there anyway I can just suppress the saving debug log message?
It looks like -q is the only option certbot currently has for adjusting the level of output. However, maybe with some additional information, we could find a work-around.
For example, if you are sure you don’t care about any stderr output from certbot, then redirecting it to /dev/null would work: ./certbot-auto certificates 2>/dev/null