Showing
1 changed file
with
0 additions
and
1 deletions
| 1 | import os | 1 | import os |
| 2 | from pathlib import Path | 2 | from pathlib import Path |
| 3 | 3 | ||
| 4 | -os.environ["APP_LOG_TYPE"] = "file" | ||
| 5 | os.environ['PROJECT_ROOT'] = Path(__file__).parent.absolute().as_posix() | 4 | os.environ['PROJECT_ROOT'] = Path(__file__).parent.absolute().as_posix() |
| 6 | from aabd.base.patched_logging import set_global_logger, get_logger | 5 | from aabd.base.patched_logging import set_global_logger, get_logger |
| 7 | 6 |
-
Please register or login to post a comment