Skip to content

Commit

Permalink
fix: added ace_enabled in bulk_email logs (#35558)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadadeeltajamul authored Sep 30, 2024
1 parent e881371 commit 888d85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/bulk_email/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def _send_course_email(entry_id, email_id, to_list, global_email_context, subtas

log.info(
f"BulkEmail ==> Task: {parent_task_id}, SubTask: {task_id}, EmailId: {email_id}, "
f"TotalRecipients: {total_recipients}"
f"TotalRecipients: {total_recipients}, ace_enabled: {is_bulk_email_edx_ace_enabled()}"
)

try:
Expand Down

0 comments on commit 888d85c

Please sign in to comment.