Skip to content

Commit

Permalink
Merge pull request #9670 from DavHau/log-lines
Browse files Browse the repository at this point in the history
saner default for log-lines: change to 25
  • Loading branch information
edolstra committed Jan 5, 2024
2 parents cbf99c7 + b6313f6 commit dedbbbb
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 dedbbbb

Please sign in to comment.