Skip to content

Commit

Permalink
rm siridb log
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Feb 17, 2023
1 parent d91d815 commit d05dd9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libservice/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ def setup_logger():
datefmt=_LOG_DATE_FMT,
style='%')

logger = logging.getLogger('siridb.connector')
logger.setLevel(logging.INFO)

logger = logging.getLogger()
logger.setLevel(_MAP_LOG_LEVELS[_LOG_LEVEL.upper()])
ch = logging.StreamHandler()
Expand Down

0 comments on commit d05dd9a

Please sign in to comment.