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
Snowflake Ingest SDK logs adhere to application's log level
Since the 0.2.4 release, the application logs contain lots of extra log
lines, e.g.:
```
Oct 21, 2024 8:19:50 PM net.snowflake.client.jdbc.cloud.storage.SnowflakeS3Client upload
INFO: Starting upload from stream (byte stream) to S3 location: <redacted>/streaming_ingest/2024/10/21/20/19/<redacted>_1003_24_0.bdec
```
This fix makes the snowflake sdk use SLF4J as the logger. Therefore it
only logs at WARN or above by default.
0 commit comments