Add Access log chapter for migration v1->v2
This commit is contained in:
parent
756aa82aa9
commit
40b4032ea0
1 changed files with 7 additions and 0 deletions
|
@ -799,6 +799,13 @@ There is no more log configuration at the root level.
|
|||
--log.format=json
|
||||
```
|
||||
|
||||
## Access Logs
|
||||
|
||||
Access Logs are configured in the same way as before.
|
||||
|
||||
But all request headers are now filtered out by default in Traefik v2.
|
||||
So during migration, you might want to consider enabling some needed fields (see [access log configuration](../observability/access-logs.md)).
|
||||
|
||||
## Tracing
|
||||
|
||||
Traefik v2 retains OpenTracing support. The `backend` root option from the v1 is gone, you just have to set your [tracing configuration](../observability/tracing/overview.md).
|
||||
|
|
Loading…
Reference in a new issue