Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
reset logging to singer default (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored and louis-pie committed Oct 18, 2019
1 parent e787101 commit aab2517
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions target_snowflake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import sys
import copy
import tempfile
import logging
from datetime import datetime
from decimal import Decimal
from tempfile import NamedTemporaryFile
Expand All @@ -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
Expand Down

0 comments on commit aab2517

Please sign in to comment.