From 4cefaf86840b0c23f213801473ad2e24f807c7d0 Mon Sep 17 00:00:00 2001 From: Mac L Date: Tue, 16 Nov 2021 09:45:51 +1100 Subject: [PATCH] Adjust default `logfile-max-size` --- lighthouse/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse/src/main.rs b/lighthouse/src/main.rs index 5a00b2e3011..3292097b11a 100644 --- a/lighthouse/src/main.rs +++ b/lighthouse/src/main.rs @@ -107,7 +107,7 @@ fn main() { "The maximum size (in MB) each log file can grow to before rotating. If set \ to 0, background file logging is disabled.") .takes_value(true) - .default_value("1000") + .default_value("200") .global(true), ) .arg(