Turning off some debug

This commit is contained in:
Scott Idem
2021-09-21 18:01:35 -04:00
parent 0f87f69077
commit ae16f30c42
3 changed files with 3 additions and 3 deletions

View File

@@ -614,7 +614,7 @@ async def search_event_session_obj_li(
exclude_unset: bool = True,
response: Response = Response,
):
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
data = {}