From f0d7d0426e912cd0535e7557f0dd30502bdfd3f9 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 13 Jun 2023 11:40:00 -0400 Subject: [PATCH] Trying to fix a logging bug? --- app/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/main.py b/app/main.py index f34ec24..25bebdf 100644 --- a/app/main.py +++ b/app/main.py @@ -43,9 +43,9 @@ app = FastAPI( print('HERE') -log.setLevel(logging.INFO) -log.debug(config.settings) -log.debug('DEBUG TEST!') +# log.setLevel(logging.INFO) +# log.debug(config.settings) +# log.debug('DEBUG TEST!') # if aether_cfg_sql_result := sql_select( # table_name = 'cfg',