diff --git a/server/service.go b/server/service.go index e14ca1ed..92f48eb2 100644 --- a/server/service.go +++ b/server/service.go @@ -294,7 +294,7 @@ func NewService(cfg *v1.ServerConfig) (*Service, error) { Enable: cfg.CustomResponse.Enable, Rules: rules, } - log.Infof("custom response rules loaded: %v", rules) + log.Debugf("custom response rules loaded: %v", rules) log.Infof("custom response is enabled") } rp := vhost.NewHTTPReverseProxy(vhost.HTTPReverseProxyOptions{