|
|
@ -183,7 +183,7 @@ type config struct {
|
|
|
|
StorageLocation string `yaml:"storageLocation"`
|
|
|
|
StorageLocation string `yaml:"storageLocation"`
|
|
|
|
RotationTime int `yaml:"rotationTime"`
|
|
|
|
RotationTime int `yaml:"rotationTime"`
|
|
|
|
RemainRotationCount uint `yaml:"remainRotationCount"`
|
|
|
|
RemainRotationCount uint `yaml:"remainRotationCount"`
|
|
|
|
RemainLogLevel uint `yaml:"remainLogLevel"`
|
|
|
|
RemainLogLevel int `yaml:"remainLogLevel"`
|
|
|
|
Stderr bool `yaml:"stderr"`
|
|
|
|
Stderr bool `yaml:"stderr"`
|
|
|
|
ElasticSearchSwitch bool `yaml:"elasticSearchSwitch"`
|
|
|
|
ElasticSearchSwitch bool `yaml:"elasticSearchSwitch"`
|
|
|
|
ElasticSearchAddr []string `yaml:"elasticSearchAddr"`
|
|
|
|
ElasticSearchAddr []string `yaml:"elasticSearchAddr"`
|
|
|
|