Trying to fix a logging bug?
This commit is contained in:
@@ -13,7 +13,7 @@ from typing import Dict, List, Optional, Set, Union
|
|||||||
# from sqlalchemy import create_engine, text
|
# from sqlalchemy import create_engine, text
|
||||||
# from sqlalchemy.exc import IntegrityError, OperationalError
|
# from sqlalchemy.exc import IntegrityError, OperationalError
|
||||||
|
|
||||||
from . import config
|
# from . import config
|
||||||
# from app.lib_general import common_route_params, Common_Route_Params
|
# from app.lib_general import common_route_params, Common_Route_Params
|
||||||
from app.log import log, logging
|
from app.log import log, logging
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ 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(
|
||||||
|
|||||||
Reference in New Issue
Block a user