Skip to content

Commit

Permalink
saner default for log-lines: change to 25
Browse files Browse the repository at this point in the history
This seems to be a much saner default. 10 lines are just not enough in so many cases.
  • Loading branch information
DavHau committed Dec 27, 2023
1 parent e23983d commit b6313f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/globals.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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."};

Expand Down

0 comments on commit b6313f6

Please sign in to comment.