mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-26 06:55:48 +03:00
* log: set default LogMaxAge = 3 days
Squashed commit of the following:
commit 80a1ce12982679022f553cb8dc778d506b010fed
Merge: 4e01a5bd c842a68a
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 4e01a5bda625c034c9154aa3a1f94559b45260be
Author: Simon Zolin <s.zolin@adguard.com>
Date: Fri Jun 5 13:56:39 2020 +0300
* log: set default LogMaxAge = 3 days
This commit is contained in:
parent
c842a68a1b
commit
dae275e6f9
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ var config = configuration{
|
|||
LogLocalTime: false,
|
||||
LogMaxBackups: 0,
|
||||
LogMaxSize: 100,
|
||||
LogMaxAge: 0,
|
||||
LogMaxAge: 3,
|
||||
},
|
||||
SchemaVersion: currentSchemaVersion,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue