Skip to content

Commit

Permalink
Do not load basic config when setting log level
Browse files Browse the repository at this point in the history
  • Loading branch information
martimunicoy committed Jul 15, 2022
1 parent 6ab135c commit 0628ff3
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 0628ff3

Please sign in to comment.