Skip to content

Commit

Permalink
fix: enable logging level override
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Nov 19, 2023
1 parent 5e9a15c commit c3a8d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version_query/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Logging(boilerplates.logging.Logging):
"""Logging configuration."""

packages = ['version_query']
level_package = logging.INFO
level_global = logging.INFO


if __name__ == '__main__':
Expand Down

0 comments on commit c3a8d7e

Please sign in to comment.