Merge pull request #9670 from DavHau/log-lines

saner default for log-lines: change to 25

(cherry picked from commit dedbbbb451bb8f2bd0925e59a8b3d127157015f8)
Change-Id: I8847df4aeb6e5c2d2be0e04f2a0a1aa595cb3b2f
This commit is contained in:
eldritch horrors 2024-03-04 07:48:57 +01:00
parent 4c56629a52
commit aac8416eac

View file

@ -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."};