We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d818e1a commit 60783ddCopy full SHA for 60783dd
gateway/src/apicast/policy/logging/logging.lua
@@ -77,6 +77,7 @@ local function get_request_context(context)
77
}
78
79
ctx.service = context.service or {}
80
+ ctx.service.host = context.host
81
return LinkedList.readonly(ctx, ngx.var)
82
end
83
0 commit comments