aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libstore/globals.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 1fb9ec746..e07331d63 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -142,7 +142,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."};