You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO 2025-01-24 12:06:22,169 connection.py:803] closed
[INFO 2025-01-24 12:06:22,186 connection.py:809] No async queries seem to be running, deleting session
[INFO 2025-01-24 12:06:22,260 connection.py:803] closed
[INFO 2025-01-24 12:06:22,278 connection.py:809] No async queries seem to be running, deleting session
[INFO 2025-01-24 12:06:22,308 connection.py:803] closed
[INFO 2025-01-24 12:06:22,326 connection.py:809] No async queries seem to be running, deleting session
[INFO 2025-01-24 12:06:22,351 connection.py:803] closed
[INFO 2025-01-24 12:06:22,363 connection.py:809] No async queries seem to be running, deleting session
[INFO 2025-01-24 12:06:22,385 connection.py:803] closed
What is the desired behavior?
It would be great if we could change these logs from info level to debug level to reduce noisy logs since the information currently displayed would be more debug oriented.
We could also downgrade the starting connection logs to:
[INFO 2025-01-24 12:05:16,069 connection.py:424] Snowflake Connector for Python Version: 3.13.0, Python Version: 3.10.12, Platform: Linux-6.1.94-99.176.amzn2023.x86_64-x86_64-with-glibc2.28
[INFO 2025-01-24 12:05:16,069 connection.py:1213] Connecting to GLOBAL Snowflake domain
[INFO 2025-01-24 12:05:16,069 connection.py:1295] This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity.
Thank you!
How would this improve snowflake-connector-python?
It will make the library more clean.
References and other background
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[Logs] - Downgrade log level from info to debug
SNOW-1896089: [Logs] - Downgrade log level from info to debug
Jan 24, 2025
Please leave the following logs out of all the ones you posted as info:
[INFO 2025-01-24 12:05:16,069 connection.py:424] Snowflake Connector for Python Version: 3.13.0, Python Version: 3.10.12, Platform: Linux-6.1.94-99.176.amzn2023.x86_64-x86_64-with-glibc2.28
[INFO 2025-01-24 12:05:16,069 connection.py:1295] This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity.
The first one is incredibly useful when users send us info level logs. I think that's worth keeping given all the issues I have worked on and the second one I think is super important for users to see and acknowledge.
What is the current behavior?
Noisy Info logs
What is the desired behavior?
It would be great if we could change these logs from info level to debug level to reduce noisy logs since the information currently displayed would be more
debug
oriented.We could also downgrade the starting connection logs to:
Thank you!
How would this improve
snowflake-connector-python
?It will make the library more clean.
References and other background
No response
The text was updated successfully, but these errors were encountered: