Skip to content

Commit

Permalink
* log: set default LogMaxAge = 3 days
Browse files Browse the repository at this point in the history
  • Loading branch information
szolin committed Jun 5, 2020
1 parent 5ce98bd commit 4e01a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ var config = configuration{
LogLocalTime: false,
LogMaxBackups: 0,
LogMaxSize: 100,
LogMaxAge: 0,
LogMaxAge: 3,
},
SchemaVersion: currentSchemaVersion,
}
Expand Down

0 comments on commit 4e01a5b

Please sign in to comment.