Trying to fix a logging bug?
This commit is contained in:
@@ -43,9 +43,9 @@ app = FastAPI(
|
|||||||
|
|
||||||
|
|
||||||
print('HERE')
|
print('HERE')
|
||||||
log.setLevel(logging.INFO)
|
# log.setLevel(logging.INFO)
|
||||||
log.debug(config.settings)
|
# log.debug(config.settings)
|
||||||
log.debug('DEBUG TEST!')
|
# log.debug('DEBUG TEST!')
|
||||||
|
|
||||||
# if aether_cfg_sql_result := sql_select(
|
# if aether_cfg_sql_result := sql_select(
|
||||||
# table_name = 'cfg',
|
# table_name = 'cfg',
|
||||||
|
|||||||
Reference in New Issue
Block a user