mirror of
https://gitee.com/johng/gf
synced 2026-06-24 16:56:17 +08:00
9 lines
146 B
TOML
9 lines
146 B
TOML
[logger]
|
|
path = "./log"
|
|
file = "{Y-m-d-H-i}.log"
|
|
level = "all"
|
|
stdout = true
|
|
rotateExpire = "1m"
|
|
rotateBackupLimit = 4
|
|
rotateCheckInterval = "5s"
|