Kong Proxy Logs on Kubernetes - include host

We have logs from the kong proxy pod, however we only see the path and querystring part, for example:

GET /search?getSearch=true&Duration=7&PartySize=0&daysf=1&SortBy=Relevance&rpp=12&page=1&PropertyFacilities=Does+not+allow+pets;2001;4|Complex+of+properties;671;4|Shop+within+1+mile;573;2&viewmap=false

We have multiple hosts using multiple services. When the proxy throws an error, without the host or service that it came from, we have no way of knowing what threw the error.

Is it possible for kong to log the hostname or service too? We’re deploying via helm into EKS.

Thanks!