fix: ログ文言修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2024-07-18 13:54:37 +09:00
parent cada4f7b09
commit 1b3995d465

View File

@ -158,7 +158,7 @@ def lambda_handler(event, context):
# ⑧ メモリに保持したバケット名/フォルダ名内の「受信データファイル名.doing」ファイルを削除する # ⑧ メモリに保持したバケット名/フォルダ名内の「受信データファイル名.doing」ファイルを削除する
delete_doing_file(event) delete_doing_file(event)
logger.info('I-01-06 処理終了 S3バケット間ファイル転送処理') logger.info('I-06-01 処理終了 S3バケット間ファイル転送処理')
except Exception as e: except Exception as e:
logger.exception( logger.exception(