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-08 12:12:45 +0100
commitae79d6ecc6a368b6c2b3ffd5ddd11a4de445eb34 (patch)
tree8c4e24aebfa0c2fc2e6eacb80ee8451336837752 /bitbake
parent92f256dc564434515ff3ede8ed5be29b04441a79 (diff)
downloadpoky-ae79d6ecc6a368b6c2b3ffd5ddd11a4de445eb34.tar.gz
bitbake: ui/teamcity: don't use removed logging classes
Allows the TeamCity frontend to be used again. (Bitbake rev: c5477ba79fcad4a887808dd0df9cfe3554e2c17a) Signed-off-by: Chris Laplante <mostthingsweb@gmail.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):