Skip to content

Commit a92821b

Browse files
committed
changed error to debug log
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent 41bdfe7 commit a92821b

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
@@ -440,7 +440,7 @@ def get_telemetry_client(session_id_hex):
440440
if session_id_hex in TelemetryClientFactory._clients:
441441
return TelemetryClientFactory._clients[session_id_hex]
442442
else:
443-
logger.error(
443+
logger.debug(
444444
"Telemetry client not initialized for connection %s",
445445
session_id_hex,
446446
)

0 commit comments

Comments
 (0)