wangdongxu

jira:NYJ-1460 desc:init

Showing 1 changed file with 0 additions and 1 deletions
import os
from pathlib import Path
os.environ["APP_LOG_TYPE"] = "file"
os.environ['PROJECT_ROOT'] = Path(__file__).parent.absolute().as_posix()
from aabd.base.patched_logging import set_global_logger, get_logger
... ...