Working on user and person

This commit is contained in:
Scott Idem
2021-04-08 18:42:59 -04:00
parent 92b36e502e
commit 06043197bd
3 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ async def post_contact_obj(
by_alias: Optional[bool] = True,
exclude_unset: Optional[bool] = True,
):
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
obj_type = 'contact'