diff --git a/certbot/certbot/_internal/storage.py b/certbot/certbot/_internal/storage.py index c9f6f61fa..c6384d491 100644 --- a/certbot/certbot/_internal/storage.py +++ b/certbot/certbot/_internal/storage.py @@ -911,7 +911,7 @@ class RenewableCert(interfaces.RenewableCert): return ocsp.RevocationChecker().ocsp_revoked_by_paths(cert_path, chain_path) except Exception as e: # pylint: disable=broad-except - logger.error( + logger.warning( "An error occurred determining the OCSP status of %s.", cert_path) logger.debug(str(e))