mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-14 08:51:29 +08:00
chore(traffic-split): remove unnecessary warn (#4257)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
parent
0dc54a4e0a
commit
0114c983ee
@ -215,8 +215,7 @@ end
|
||||
|
||||
function _M.set_by_route(route, api_ctx)
|
||||
if api_ctx.upstream_conf then
|
||||
core.log.warn("upstream node has been specified, ",
|
||||
"cannot be set repeatedly")
|
||||
-- upstream_conf has been set by traffic-split plugin
|
||||
return
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user