fix: typo修正 secutiry→security, NDS向け通知処理のエラーID指定漏れ
This commit is contained in:
parent
fc8ecccf21
commit
5e1f737be9
@ -68,7 +68,7 @@ def handler(event, context):
|
||||
|
||||
except MeDaCaException as e:
|
||||
logger.exception(e.error_id, e)
|
||||
logger.error(f'処理異常通知の送信指示をしました 通知先トピック:{NDS_NOTICE_TOPIC}')
|
||||
logger.error('E-ERR-01', f'処理異常通知の送信指示をしました 通知先トピック:{NDS_NOTICE_TOPIC}')
|
||||
notice_to_nds(e.error_id, e)
|
||||
raise e
|
||||
except Exception as e:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user