fix --verbose/--quiet

caused by 383795b
This commit is contained in:
Mike Fährmann
2020-02-16 23:24:56 +01:00
parent 78e8d33c97
commit 5cdf1b1319
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## Unreleased
## 1.13.0 - 2020-02-16 ## 1.13.0 - 2020-02-16
### Additions ### Additions
- Support for - Support for

View File

@@ -83,7 +83,7 @@ def initialize_logging(loglevel):
def configure_logging(loglevel): def configure_logging(loglevel):
root = logging.getLogger() root = logging.getLogger()
minlevel = LOG_LEVEL minlevel = loglevel
# stream logging handler # stream logging handler
handler = root.handlers[0] handler = root.handlers[0]

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as # it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation. # published by the Free Software Foundation.
__version__ = "1.13.0" __version__ = "1.13.1-dev"