Skip to content

Commit

Permalink
* log: set default LogMaxAge = 3 days
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 80a1ce1
Merge: 4e01a5b c842a68
Author: Simon Zolin <s.zolin@adguard.com>
Date:   Fri Jun 5 17:53:53 2020 +0300

    Merge remote-tracking branch 'origin/master' into log

commit 4e01a5b
Author: Simon Zolin <s.zolin@adguard.com>
Date:   Fri Jun 5 13:56:39 2020 +0300

    * log: set default LogMaxAge = 3 days
  • Loading branch information
szolin committed Jun 5, 2020
1 parent c842a68 commit dae275e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/config.go
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 dae275e

Please sign in to comment.