Skip to content

Commit

Permalink
Merge pull request #174 from martimunicoy/logger_mod
Browse files Browse the repository at this point in the history
Do not load basic config when setting log level
  • Loading branch information
martimunicoy committed May 8, 2023
2 parents 0de7dba + 0628ff3 commit 9a5d88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peleffy/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def set_level(self, level):
CRITICAL]
"""
import logging
logging.basicConfig()
#logging.basicConfig()

if level.upper() == 'DEBUG':
logging_level = logging.DEBUG
Expand Down

0 comments on commit 9a5d88c

Please sign in to comment.