aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2020-07-05 15:21:18 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-07 17:49:38 +0100
commitc5477ba79fcad4a887808dd0df9cfe3554e2c17a (patch)
tree2305137dd0ed24bca027cf848bd79f5865a86805 /lib
parent24fb1f2fee449589b0c5468cbdebe9a6ffaac932 (diff)
downloadbitbake-c5477ba79fcad4a887808dd0df9cfe3554e2c17a.tar.gz
ui/teamcity: don't use removed logging classes
Allows the TeamCity frontend to be used again. Signed-off-by: Chris Laplante <mostthingsweb@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/bb/ui/teamcity.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bb/ui/teamcity.py b/lib/bb/ui/teamcity.py
index 1854292fa..fca46c287 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):