feat: change log rotate size (#1879)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
64da74377c
commit
10ae70db79
|
|
@ -38,8 +38,8 @@ var (
|
|||
)
|
||||
|
||||
const (
|
||||
defaultRotateMaxSize = 100
|
||||
defaultRotateMaxBackups = 10
|
||||
defaultRotateMaxSize = 1024
|
||||
defaultRotateMaxBackups = 20
|
||||
defaultRotateMaxAge = 7
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue