Skip to content

Commit

Permalink
fix: use warn log for get_target_status failure (apache#10156)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek authored Oct 10, 2023
1 parent 90280ba commit 7279a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/balancer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ local function fetch_health_nodes(upstream, checker)
if ok then
up_nodes = transform_node(up_nodes, node)
elseif err then
core.log.error("failed to get health check target status, addr: ",
core.log.warn("failed to get health check target status, addr: ",
node.host, ":", port or node.port, ", host: ", host, ", err: ", err)
end
end
Expand Down

0 comments on commit 7279a34

Please sign in to comment.