Skip to content

Commit

Permalink
typo in set_logging
Browse files Browse the repository at this point in the history
  • Loading branch information
semuadmin committed Jul 28, 2024
1 parent d28b192 commit 9e15471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pygnssutils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def set_logging(
try:
level = LOGGING_LEVELS[int(verbosity)]
except (KeyError, ValueError):
level = logging.warning
level = logging.WARNING

logger.setLevel(logging.DEBUG)
logformat = logging.Formatter(
Expand Down

0 comments on commit 9e15471

Please sign in to comment.