Skip to content

Commit

Permalink
minor: 自动化节点日志优化
Browse files Browse the repository at this point in the history
  • Loading branch information
benero committed Jul 22, 2024
1 parent e776490 commit 6512ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions itsm/pipeline_plugins/components/collections/itsm_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@ def schedule(self, data, parent_data, callback_data=None):
return True
if poll_time <= 0:
logger.error(
"[AutoStateService_schedule] api_request_error, response={}".format(
p_rsp
"[AutoStateService_schedule][{}][{}] api_request_error, response={}".format(
ticket_id, state_id, p_rsp
)
)
self.do_exit_plugins(
Expand Down

0 comments on commit 6512ac7

Please sign in to comment.