How can I log the full request url within a traefik reverse proxy

Viewed 13

When I setup Traefik as a reverse proxy I have some options for access logs as described here: https://doc.traefik.io/traefik/observability/access-logs/#limiting-the-fieldsincluding-headers.

All available fields.names should be visible by default. But I get only the URL path in access log output like
"GET /path/to/my/site HTTP/1.1"

Is there a way to display the requested domain, e.g.
"GET mydomain.com/path/to/my/site HTTP/1.1"?

I need to figure out which domain was used for the request.

0 Answers
Related