feat(chalice): changed logs
This commit is contained in:
parent
e6b8835728
commit
89e2b7e129
1 changed files with 1 additions and 0 deletions
|
|
@ -294,6 +294,7 @@ def search_sessions(data: schemas.SessionsSearchPayloadSchema, project_id, user_
|
|||
sessions = cur.execute(main_query)
|
||||
except Exception as err:
|
||||
print("--------- SESSIONS-CH SEARCH QUERY EXCEPTION -----------")
|
||||
print(main_query)
|
||||
print("--------- PAYLOAD -----------")
|
||||
print(data.json())
|
||||
print("--------------------")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue