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 4f45233 commit 9ce2358Copy full SHA for 9ce2358
src/snowflake/connector/platform_detection.py
@@ -37,9 +37,9 @@
37
@contextmanager
38
def _suppress_platform_detection_logs():
39
"""
40
- Context manager to completely suppress all logs from underlying HTTP libraries during platform detection.
+ Context manager to temporarily suppress all logs from underlying HTTP libraries during platform detection.
41
42
- This prevents any logs (including errors/warnings) from urllib3 and botocore when detecting
+ This prevents noisy DEBUG logs and stack traces from urllib3 and botocore when detecting
43
cloud platforms, which can confuse customers (SNOW-2204396). Our own debug logs are not affected.
44
45
original_levels = {}
0 commit comments