feat: change log rotate size (#1879)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2022-12-01 14:14:43 +08:00
parent 64da74377c
commit 10ae70db79
No known key found for this signature in database
GPG Key ID: 8B4E5D1290FA2FFB
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ var (
) )
const ( const (
defaultRotateMaxSize = 100 defaultRotateMaxSize = 1024
defaultRotateMaxBackups = 10 defaultRotateMaxBackups = 20
defaultRotateMaxAge = 7 defaultRotateMaxAge = 7
) )