How to print ingress information in kong access logs?

https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/log-format/ can this be used with to print information about kong ingress in access log?

It seems not without writing some Lua and injecting extra nginx config. I also opened a topic asking this here: Correct way to include the Kubernetes namespace and service name in access logs?

The tl:dr is that kong wants you to use one of the logging plugins instead of looking at the access logs

1 Like