kostmo / circleci-failure-tracker

A log analyzer for CircleCI. Note that this project is now hosted at pytorch/dr-ci
https://github.com/pytorch/dr-ci
5 stars 2 forks source link

Increase the log context #14

Closed suo closed 5 years ago

suo commented 5 years ago

The log context is super cool! However, it's too small right now 😞, so it's sometimes hard to see stack traces/expect file diffs. Would it be possible to increase the context to, say, 100 lines?

The ideal interface would be a "see more" on either side of the log so the user could expand it in either direction if necessary, but I'm not sure how much harder that is to implement.

kostmo commented 5 years ago

Increased to up to 50 lines of context for now.