fix: ログのID間違い
This commit is contained in:
parent
28d10dc054
commit
2109e721be
@ -45,7 +45,7 @@ def handler(event, context):
|
||||
if len(check_result) == 0:
|
||||
logger.info('I-04-02', 'Viewセキュリティオプション 未設定のViewはありません。処理を終了します。')
|
||||
return
|
||||
logger.info('I-04-01', 'Viewセキュリティオプション 未設定のViewがあるため、メール送信処理を開始します。')
|
||||
logger.info('I-05-01', 'Viewセキュリティオプション 未設定のViewがあるため、メール送信処理を開始します。')
|
||||
|
||||
no_security_option_views = [NoSecurityOptionView(*row) for row in check_result]
|
||||
logger.info(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user