Skip to content

Commit

Permalink
minor: 通知异常时记录工单信息 --bug=131427363
Browse files Browse the repository at this point in the history
  • Loading branch information
benero committed Sep 26, 2024
1 parent 84e1e3a commit 3799b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itsm/ticket/views/ticket.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def send_email(self, request, *args, **kwargs):
}
)
except ComponentCallError as error:
logger.warning("send email execption: %s" % error)
logger.warning(f"[send email] ticket_url=>{ticket_url}, execption=>{error}")
return Response(
{
"result": False,
Expand Down

0 comments on commit 3799b67

Please sign in to comment.