forked from lix-project/lix
saner default for log-lines: change to 25
This seems to be a much saner default. 10 lines are just not enough in so many cases.
This commit is contained in:
parent
e23983db82
commit
b6313f64f7
|
@ -144,7 +144,7 @@ public:
|
|||
*/
|
||||
bool verboseBuild = true;
|
||||
|
||||
Setting<size_t> logLines{this, 10, "log-lines",
|
||||
Setting<size_t> logLines{this, 25, "log-lines",
|
||||
"The number of lines of the tail of "
|
||||
"the log to show if a build fails."};
|
||||
|
||||
|
|
Loading…
Reference in a new issue