type Config struct {
Filename string `json:"Filename"` // 地址+文件名
MaxSize int `json:"MaxSize"` // 大小切割配置 单位b
MaxAge int `json:"MaxAge"` // 文件保存天数
MaxBackups int `json:"MaxBackups"` // 保留的旧日志文件的最大数量
Compress bool `json:"Compress"` // 是否压缩旧日志文件
RotationTime int `json:"RotationTime"` // 日志切割时间间隔,单位:小时
}
-
Notifications
You must be signed in to change notification settings - Fork 0
SilentQianyi/zeroLog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published