fix --verbose/--quiet

caused by 383795b
pull/644/head
Mike Fährmann 5 years ago
parent 78e8d33c97
commit 5cdf1b1319
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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

@ -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]

@ -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"

Loading…
Cancel
Save