kubo/repo/config/log.go

9 lines
85 B
Go

package config
type Log struct {
MaxSizeMB int
MaxBackups int
MaxAgeDays int
}