We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac9c7a commit 37a8803Copy full SHA for 37a8803
src/databricks/sql/telemetry/telemetry_client.py
@@ -400,7 +400,7 @@ def get_telemetry_client(session_id_hex):
400
if session_id_hex in TelemetryClientFactory._clients:
401
return TelemetryClientFactory._clients[session_id_hex]
402
else:
403
- logger.error(
+ logger.debug(
404
"Telemetry client not initialized for connection %s",
405
session_id_hex,
406
)
0 commit comments