xiangtianyu commented on code in PR #1200:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/1200#discussion_r943255778


##########
pkg/config/config.go:
##########
@@ -79,6 +79,10 @@ type Config struct {
        KeyFilePath                string             `json:"key_file" 
yaml:"key_file"`
        LogLevel                   string             `json:"log_level" 
yaml:"log_level"`
        LogOutput                  string             `json:"log_output" 
yaml:"log_output"`
+       RotateOutputPath           string             
`json:"rotate_output_path" yaml:"rotate_output_path"`
+       RotationMaxSize            int                `json:"rotation_max_size" 
yaml:"rotation_max_size"`
+       RotationMaxAge             int                `json:"rotation_max_age" 
yaml:"rotation_max_age"`
+       RotationMaxBackups         int                
`json:"rotation_max_backups" yaml:"rotation_max_backups"`

Review Comment:
   I got it. I've merged and pushed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to