[UPDATE] log level vhost custom response

pull/4973/head
Muhammad Nasrul 2025-09-08 15:52:15 +07:00
parent d63f7fd0e4
commit 9ac0c7d172
1 changed files with 1 additions and 1 deletions

View File

@ -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{