Skip to content

Commit

Permalink
fix: Set snowflake.connector logger to WARNING level by default (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Dec 10, 2024
1 parent 44a2562 commit f1befee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions target_snowflake/default_logging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 1
disable_existing_loggers: false
loggers:
snowflake.connector:
level: WARNING

0 comments on commit f1befee

Please sign in to comment.