feat: 並列処理内ではログ不要

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-04-17 13:39:49 +09:00
parent f3badd63ef
commit 32b5dad3b4

View File

@ -5,9 +5,6 @@ import concurrent.futures
from src.batch.bio_sales import create_bio_sale_lot
from src.batch.laundering import sales_laundering
from src.error.exceptions import BatchOperationException
from src.logging.get_logger import get_logger
logger = get_logger('日次処理コントロール(並行処理)')
def exec():