This commit is contained in:
wangchuxiao
2023-03-13 10:21:50 +08:00
parent 04068d25cb
commit 9709271ae3
4 changed files with 92 additions and 86 deletions
+1
View File
@@ -182,6 +182,7 @@ type config struct {
RotationTime int `yaml:"rotationTime"`
RemainRotationCount uint `yaml:"remainRotationCount"`
RemainLogLevel uint `yaml:"remainLogLevel"`
Stderr bool `yaml:"stderr"`
ElasticSearchSwitch bool `yaml:"elasticSearchSwitch"`
ElasticSearchAddr []string `yaml:"elasticSearchAddr"`
ElasticSearchUser string `yaml:"elasticSearchUser"`