From 51f960f7c27d79d1be4522d00755a35130151fad Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Sat, 15 Jul 2023 10:53:38 +0300 Subject: [PATCH] Remove print() --- src/modules/WebAPISystem/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/WebAPISystem/utils.py b/src/modules/WebAPISystem/utils.py index 03a79eb..b2fb592 100644 --- a/src/modules/WebAPISystem/utils.py +++ b/src/modules/WebAPISystem/utils.py @@ -122,6 +122,5 @@ def hack_fastapi(): }) LOGGING_CONFIG["loggers"]["uvicorn"]["handlers"].append("file_default") LOGGING_CONFIG["loggers"]["uvicorn.access"]["handlers"].append("file_access") - print(LOGGING_CONFIG)