Hi ,
I'm using traefik with helm
I'm trying to have access logs, so I added-
logs:
access:
enabled: true
fields:
headers:
defaultMode: keep
names:
defaultMode: keep
User-Agent: keep
Autorization: keep
Content-Type: keep
I see all access logs but with no HOST , just path and more details
there is a way to have also a host in those logs ?