Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apisix/http/router/radixtree_host_uri.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ local function push_host_router(route, host_routes, only_uri_routes)
local service = service_fetch(route.value.service_id)
if not service then
core.log.error("failed to fetch service configuration by ",
"id: ", route.value.service_id)
"id: ", route.value.service_id,
" route id: ", route.value.id)
-- we keep the behavior that missing service won't affect the route matching
else
hosts = service.value.hosts
Expand Down
Loading