summaryrefslogtreecommitdiffstats
path: root/bitbake
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-19 16:22:12 +0100
commit03e20850afa06218e752d5c08c2c12f79daeb440 (patch)
tree18c7c63138f6d5ec5e1134902069e99c629c67a8 /bitbake
parent62de572029c2dd084164bd936bb49667ba0746e2 (diff)
downloadpoky-03e20850afa06218e752d5c08c2c12f79daeb440.tar.gz
bitbake: ui/teamcity: don't use removed logging classes
Allows the TeamCity frontend to be used again. (Bitbake rev: cea130b238e874bae30e13b3242a00eaff7f853b) Signed-off-by: Chris Laplante <mostthingsweb@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c5477ba79fcad4a887808dd0df9cfe3554e2c17a) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/ui/teamcity.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/teamcity.py b/bitbake/lib/bb/ui/teamcity.py
index 1854292fa1..fca46c2874 100644
--- a/bitbake/lib/bb/ui/teamcity.py
+++ b/bitbake/lib/bb/ui/teamcity.py
@@ -167,8 +167,6 @@ def main(server, eventHandler, params):
167 forcelevel = bb.msg.BBLogFormatter.ERROR 167 forcelevel = bb.msg.BBLogFormatter.ERROR
168 else: 168 else:
169 forcelevel = bb.msg.BBLogFormatter.WARNING 169 forcelevel = bb.msg.BBLogFormatter.WARNING
170 bb.msg.addDefaultlogFilter(console, bb.msg.BBLogFilterStdOut, forcelevel)
171 bb.msg.addDefaultlogFilter(errconsole, bb.msg.BBLogFilterStdErr)
172 console.setFormatter(format) 170 console.setFormatter(format)
173 errconsole.setFormatter(format) 171 errconsole.setFormatter(format)
174 if not bb.msg.has_console_handler(logger): 172 if not bb.msg.has_console_handler(logger):