silence log

This commit is contained in:
pablodanswer
2024-10-24 18:09:24 -07:00
parent b49a9ab171
commit 44d047ef41

View File

@@ -365,7 +365,7 @@ def set_search_path_on_checkout(
if tenant_id and is_valid_schema_name(tenant_id):
with dbapi_conn.cursor() as cursor:
cursor.execute(f'SET search_path TO "{tenant_id}"')
logger.debug(
logger.trace(
f"Set search_path to {tenant_id} for connection {connection_record}"
)