ingress icon indicating copy to clipboard operation
ingress copied to clipboard

HTTP request logging (also known as access logs)

Open angelocapone opened this issue 1 year ago • 1 comments

Is it possible to enable/configure HTTP request logging (also known as access logs)? I’m unable to find documentation how to include the log directive for the caddy-ingress controller.

Thanks

angelocapone avatar Nov 05 '23 14:11 angelocapone

For now, to get HTTP requests logs, you can set the debug property to true in the global configmap

https://github.com/caddyserver/ingress/blob/master/charts/caddy-ingress-controller/values.yaml#L32

Embraser01 avatar Nov 06 '23 07:11 Embraser01