Skip to content

Commit 8b3b8ac

Browse files
committed
Fixed logger
1 parent a0f6193 commit 8b3b8ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ecs_files_composer/certbot_aws_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def handle_certbot_store_certificates(job: Model) -> None:
4141
certificate.pull(_definition.storage_path)
4242
LOG.info("Successfully pulled certificates for %s", _hostname)
4343
except Exception as error:
44-
LOG.exceptions(error)
44+
LOG.exception(error)
4545
LOG.error(
4646
"Failed to download certificate from certbot-aws-store", _hostname
4747
)

ecs_files_composer/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by datamodel-codegen:
22
# filename: ecs-files-input.json
3-
# timestamp: 2022-07-28T09:25:01+00:00
3+
# timestamp: 2022-07-28T09:27:39+00:00
44

55
from __future__ import annotations
66

0 commit comments

Comments
 (0)