logLimit constant
int
const logLimit
How many lines one resource keeps in its change.
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.
Implementation
static const int logLimit = 200;