diff options
| -rw-r--r-- | bitbake/lib/bb/ui/teamcity.py | 2 |
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): |
