From 3aa3fd8ae76917963f2915c1e7f908e37f76bdf8 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 24 Mar 2021 12:14:16 -0400 Subject: [PATCH] Minor changes --- app/routers/account.py | 2 ++ 1 file changed, 2 insertions(+) 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