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 (
|
const (
|
||||||
defaultRotateMaxSize = 100
|
defaultRotateMaxSize = 1024
|
||||||
defaultRotateMaxBackups = 10
|
defaultRotateMaxBackups = 20
|
||||||
defaultRotateMaxAge = 7
|
defaultRotateMaxAge = 7
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue