feat: 並列処理内ではログ不要
This commit is contained in:
parent
f3badd63ef
commit
32b5dad3b4
@ -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():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user