mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-12 02:41:07 +00:00
Logging: Fix oversight from the last logging refactor
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
parent
09537bd44d
commit
728849964e
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -5,6 +5,9 @@ ubuntu-dev-tools (0.181) UNRELEASED; urgency=medium
|
||||
[ Logan Rosen ]
|
||||
* fix a couple of remaining issues from the py2→py3 move.
|
||||
|
||||
[ Krytarik Raido ]
|
||||
* Fix typo in the logging configuration.
|
||||
|
||||
-- Mattia Rizzolo <mattia@debian.org> Wed, 24 Feb 2021 14:23:29 +0100
|
||||
|
||||
ubuntu-dev-tools (0.180) unstable; urgency=medium
|
||||
|
@ -46,7 +46,7 @@ def getLogger():
|
||||
logger.addHandler(stdout_handler)
|
||||
|
||||
stderr_handler = logging.StreamHandler(stream=sys.stderr)
|
||||
stdout_handler.setFormatter(fmt)
|
||||
stderr_handler.setFormatter(fmt)
|
||||
stderr_handler.setLevel(logging.INFO+1)
|
||||
logger.addHandler(stderr_handler)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user