Skip to content

Commit 37a8803

Browse files
committed
logger.error to logger.debug
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent cac9c7a commit 37a8803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/telemetry/telemetry_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def get_telemetry_client(session_id_hex):
400400
if session_id_hex in TelemetryClientFactory._clients:
401401
return TelemetryClientFactory._clients[session_id_hex]
402402
else:
403-
logger.error(
403+
logger.debug(
404404
"Telemetry client not initialized for connection %s",
405405
session_id_hex,
406406
)

0 commit comments

Comments
 (0)