Trying to fix a logging bug?

This commit is contained in:
Scott Idem
2023-06-13 11:42:52 -04:00
parent 0f5c51c6c2
commit f8af9ffc85

View File

@@ -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',