Skip to content

Commit

Permalink
Merge branch 'main' into python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrnz committed May 20, 2024
2 parents 8a37c9e + 59bb9d9 commit 69d595a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mapmaker/utils/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def configure_logging(log_file=None, verbose=False, silent=False, debug=False):
log_level = logging.DEBUG if debug else logging.INFO
if silent:
logging.lastResort = None
logger.propagate = False
if log_file is not None:
logger.setLevel(log_level)
else:
Expand Down

0 comments on commit 69d595a

Please sign in to comment.