mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
chore: added log
This commit is contained in:
parent
da07ca5391
commit
af8cb29bfb
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue