Code clean up

This commit is contained in:
Scott Idem
2022-01-18 18:58:38 -05:00
parent 24807db81c
commit d6caa819b0
3 changed files with 8 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ async def common_route_params(
# include: Optional[list] = [], # Leaving this and exclude commented out
response: Response = Response,
) -> Common_Route_Params:
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
log.info(f'Setting commons values')