Ticket #409 (closed defect: fixed)
Log display fails with non-std log channel chunks
| Reported by: | Pike | Owned by: | Pike |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.10 |
| Version: | 0.7.9 | Keywords: | |
| Cc: |
Description
When a log contains chunks that are not header/stdout/stderr, the log display fails trying to get the class for that chunk in TextLog?.content.
The output should just ignore chunks it doesn't know about.
Use-case: I'm writing json data in addition to a stdout formatted output into the log file. A different log would be a different thing, so I like it like that.
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
http://github.com/Pike/buildbot/tree/bug409 has the patch for this ticket.