mirror of https://github.com/fatedier/frp
[UPDATE] log level vhost custom response
parent
d63f7fd0e4
commit
9ac0c7d172
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue