feat: ログメッセージ修正
This commit is contained in:
parent
24c0af39c2
commit
e0175b3228
@ -105,11 +105,13 @@ def exec():
|
||||
return constants.BATCH_EXIT_CODE_SUCCESS
|
||||
|
||||
# バッチ処理完了とし、処理日、バッチ処置中フラグ、dump取得状態区分を更新
|
||||
logger.info('業務日付更新・バッチステータスリフレッシュ:起動')
|
||||
try:
|
||||
update_batch_process_complete()
|
||||
except BatchOperationException as e:
|
||||
logger.exception(f'日次バッチ完了処理 エラー(異常終了){e}')
|
||||
logger.exception(f'業務日付更新・バッチステータスリフレッシュ エラー(異常終了){e}')
|
||||
return constants.BATCH_EXIT_CODE_SUCCESS
|
||||
logger.info('業務日付更新・バッチステータスリフレッシュ:終了')
|
||||
|
||||
# 正常終了を保守ユーザーに通知
|
||||
logger.info('[NOTICE]日次バッチ:終了(正常終了)')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user