From 36af83ff5c360886b86c6df2cabc45000ccd7343 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 13 Jun 2023 11:43:20 -0400 Subject: [PATCH] Trying to fix a logging bug? --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 9dea6d2..b5fc748 100644 --- a/app/main.py +++ b/app/main.py @@ -44,7 +44,7 @@ app = FastAPI( print('HERE') log.setLevel(logging.INFO) -log.debug(config.settings) +# log.debug(config.settings) log.debug('DEBUG TEST!') # if aether_cfg_sql_result := sql_select(