* [PATCH] ui/teamcity: don't use removed logging classes
@ 2020-07-05 19:21 Chris Laplante
0 siblings, 0 replies; only message in thread
From: Chris Laplante @ 2020-07-05 19:21 UTC (permalink / raw)
To: bitbake-devel; +Cc: Chris Laplante
Allows the TeamCity frontend to be used again.
Signed-off-by: Chris Laplante <mostthingsweb@gmail.com>
---
This is an immediate term fix to at least let the frontend work again. I
will be adding a test suite and doing other improvements in the near
future.
lib/bb/ui/teamcity.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/bb/ui/teamcity.py b/lib/bb/ui/teamcity.py
index 1854292f..fca46c28 100644
--- a/lib/bb/ui/teamcity.py
+++ b/lib/bb/ui/teamcity.py
@@ -167,8 +167,6 @@ def main(server, eventHandler, params):
forcelevel = bb.msg.BBLogFormatter.ERROR
else:
forcelevel = bb.msg.BBLogFormatter.WARNING
- bb.msg.addDefaultlogFilter(console, bb.msg.BBLogFilterStdOut, forcelevel)
- bb.msg.addDefaultlogFilter(errconsole, bb.msg.BBLogFilterStdErr)
console.setFormatter(format)
errconsole.setFormatter(format)
if not bb.msg.has_console_handler(logger):
--
2.27.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-07-05 19:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-05 19:21 [PATCH] ui/teamcity: don't use removed logging classes Chris Laplante
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.