We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f6193 commit 8b3b8acCopy full SHA for 8b3b8ac
ecs_files_composer/certbot_aws_store.py
@@ -41,7 +41,7 @@ def handle_certbot_store_certificates(job: Model) -> None:
41
certificate.pull(_definition.storage_path)
42
LOG.info("Successfully pulled certificates for %s", _hostname)
43
except Exception as error:
44
- LOG.exceptions(error)
+ LOG.exception(error)
45
LOG.error(
46
"Failed to download certificate from certbot-aws-store", _hostname
47
)
ecs_files_composer/input.py
@@ -1,6 +1,6 @@
1
# generated by datamodel-codegen:
2
# filename: ecs-files-input.json
3
-# timestamp: 2022-07-28T09:25:01+00:00
+# timestamp: 2022-07-28T09:27:39+00:00
4
5
from __future__ import annotations
6
0 commit comments