logLimit constant

int const logLimit

How many lines a single run keeps in its result.

The tail, not the head: when an install fails after four hundred lines of apt-get, the interesting ones are at the end. The live stream is not capped — this is only what a finished result carries around.

Implementation

static const int logLimit = 200;