From f8af9ffc855f17b2df3fc8db771b588e628632ad Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 13 Jun 2023 11:42:52 -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 5772b51..9dea6d2 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',