We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9a15c commit c3a8d7eCopy full SHA for c3a8d7e
version_query/__main__.py
@@ -11,7 +11,7 @@ class Logging(boilerplates.logging.Logging):
11
"""Logging configuration."""
12
13
packages = ['version_query']
14
- level_package = logging.INFO
+ level_global = logging.INFO
15
16
17
if __name__ == '__main__':
0 commit comments