chore: added log

This commit is contained in:
Chirag Aggarwal 2025-01-21 05:41:47 +00:00
parent da07ca5391
commit af8cb29bfb

View file

@ -147,7 +147,8 @@ class Certificates extends Action
// If certificate exists already, double-check expiry date. Skip if job is forced
if (!$certificates->isRenewRequired($domain->get(), $log)) {
throw new Exception('Renew isn\'t required.');
Console::info("Skipping, renew isn't required");
return;
}
}