SNOW-1868288: Downgrade cursor.py log level from info to debug #2126
Labels
feature
status-pr_pending_merge
A PR is made and is under review
status-triage_done
Initial triage done, will be further handled by the driver team
What is the current behavior?
The cursor has a log.info which becomes quite noisy when executing dbt-snowflake + it doesn't provide any value at all.
It would be great if we could downgrade the log level from
info
todebug
to reduce noise.https://github.com/snowflakedb/snowflake-connector-python/blob/main/src/snowflake/connector/cursor.py#L1168
What is the desired behavior?
Downgrade the log level from
info
todebug
to reduce noise in cursor.pyHow would this improve
snowflake-connector-python
?Reduce log noise
References and other background
No response
The text was updated successfully, but these errors were encountered: