From aab25170fc144cd761dc0715aa4c22042567e68e Mon Sep 17 00:00:00 2001 From: Samira-El <54845154+Samira-El@users.noreply.github.com> Date: Fri, 18 Oct 2019 17:45:53 +0300 Subject: [PATCH] reset logging to singer default (#38) --- target_snowflake/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/target_snowflake/__init__.py b/target_snowflake/__init__.py index 0c2da1c3..4bcd51e6 100644 --- a/target_snowflake/__init__.py +++ b/target_snowflake/__init__.py @@ -7,7 +7,6 @@ import sys import copy import tempfile -import logging from datetime import datetime from decimal import Decimal from tempfile import NamedTemporaryFile @@ -19,7 +18,6 @@ from target_snowflake.db_sync import DbSync logger = singer.get_logger() -logger.setLevel(logging.ERROR) DEFAULT_BATCH_SIZE_ROWS = 100000 DEFAULT_PARALLELISM = 0 # 0 The number of threads used to flush tables