Minor changes and fixes.

This commit is contained in:
Scott Idem
2022-10-12 19:07:08 -04:00
parent 6cfd76c788
commit a1f5a996ae
3 changed files with 6 additions and 5 deletions

View File

@@ -141,7 +141,7 @@ async def get_event_device_obj(
commons: Common_Route_Params = Depends(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())
# ### SECTION ### Secondary data validation