We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a0e81 commit e02f26bCopy full SHA for e02f26b
pkg/config/config.go
@@ -127,7 +127,7 @@ type LoggingConfig struct {
127
LogBackcompat bool `yaml:"log_backcompat" json:"log_backcompat"`
128
LogFilename string `yaml:"log_filename" json:"log_filename"`
129
LogLevel string `yaml:"log_level" json:"log_level"`
130
- LogMaxFilesRotation uint8 `yaml:"log_maxfilesrotation" json:"log_maxfilesrotation"`
+ LogMaxFilesRotation uint32 `yaml:"log_maxfilesrotation" json:"log_maxfilesrotation"`
131
LogMaxBytesRotation uint32 `yaml:"log_maxbytesrotation" json:"log_maxbytesrotation"`
132
LogUseGzip bool `yaml:"log_use_gzip" json:"log_use_gzip"`
133
LogSyslog bool `yaml:"log_syslog" json:"log_syslog"`
0 commit comments