mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 11:57:44 +08:00
9 lines
85 B
Go
9 lines
85 B
Go
package config
|
|
|
|
|
|
type Log struct {
|
|
MaxSizeMB int
|
|
MaxBackups int
|
|
MaxAgeDays int
|
|
}
|