mirror of
https://github.com/alibaba/higress.git
synced 2026-06-01 08:37:26 +08:00
fix: fix logging for unsupported upstream protocols in EnvoyFilter construction (#3801)
Signed-off-by: CH3CHO <ch3cho@qq.com>
This commit is contained in:
@@ -1759,7 +1759,7 @@ func constructProxyEnvoyFilters(proxyWrappers map[string]*common.ProxyWrapper, s
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if !proxyConfig.UpstreamProtocol.IsSupportedByProxy() {
|
if !proxyConfig.UpstreamProtocol.IsSupportedByProxy() {
|
||||||
IngressLog.Warnf("Proxy %s does not support upstream protocol %s, skipping EnvoyFilter construction for service %s")
|
IngressLog.Warnf("Proxy %s does not support upstream protocol %s, skipping EnvoyFilter construction for service %s", proxyConfig.ProxyName, proxyConfig.UpstreamProtocol, serviceWrapper.ServiceName)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if proxyWrapper.EnvoyFilter == nil {
|
if proxyWrapper.EnvoyFilter == nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user