Skip to content

Commit

Permalink
24225_update_debug_code (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzdev420 authored Dec 30, 2024
1 parent 79fdc32 commit 5be1033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def email_report(email_info: SimpleCloudEvent):

email_template = Path(f'{template_path}/{file_name}.md').read_text()

structured_log(request, "DEBUG", f"NR_notification: {file_name}")
structured_log(request, "DEBUG", f"NR_notification: {nr_model}")
email_body = _build_email_body(email_template, nr_model, recipient_emails[0], recipient_phones[0])

email = {
Expand Down

0 comments on commit 5be1033

Please sign in to comment.