diff --git a/app/routers/account.py b/app/routers/account.py index ec6ed9b..d10ec51 100644 --- a/app/routers/account.py +++ b/app/routers/account.py @@ -143,4 +143,6 @@ async def get_account_cfg_obj( by_alias=True, exclude_unset=True, ) + #log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL + log.debug(result) return result