Skip to content

Commit

Permalink
Adjust default logfile-max-size
Browse files Browse the repository at this point in the history
  • Loading branch information
macladson committed Nov 15, 2021
1 parent f55c09c commit 4cefaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 4cefaf8

Please sign in to comment.