From e79401af7b9992b554d47dfd87306a73a596fa1b Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 13 Jun 2023 12:13:01 -0400 Subject: [PATCH] Trying to fix a logging bug? --- app/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main.py b/app/main.py index 49699f8..1559c8d 100644 --- a/app/main.py +++ b/app/main.py @@ -79,8 +79,8 @@ if aether_cfg_sql_result := sql_select( else: # aether_cfg_sql_result pass -# log.debug(aether_cfg_sql_result) -# log.debug(config.settings) +log.debug(aether_cfg_sql_result) +log.debug(config.settings) # @lru_cache() # def get_settings():