diff --git a/pkg/common/config/config.go b/pkg/common/config/config.go index 4e8c009c3..ba345b90a 100644 --- a/pkg/common/config/config.go +++ b/pkg/common/config/config.go @@ -183,7 +183,7 @@ type config struct { StorageLocation string `yaml:"storageLocation"` RotationTime int `yaml:"rotationTime"` RemainRotationCount uint `yaml:"remainRotationCount"` - RemainLogLevel uint `yaml:"remainLogLevel"` + RemainLogLevel int `yaml:"remainLogLevel"` Stderr bool `yaml:"stderr"` ElasticSearchSwitch bool `yaml:"elasticSearchSwitch"` ElasticSearchAddr []string `yaml:"elasticSearchAddr"`