Skip to content

Commit c3a8d7e

Browse files
committed
fix: enable logging level override
1 parent 5e9a15c commit c3a8d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version_query/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Logging(boilerplates.logging.Logging):
1111
"""Logging configuration."""
1212

1313
packages = ['version_query']
14-
level_package = logging.INFO
14+
level_global = logging.INFO
1515

1616

1717
if __name__ == '__main__':

0 commit comments

Comments
 (0)