Fixed incorrect logging parameter in documentation

This commit is contained in:
Christian 2020-05-18 17:20:04 +02:00 committed by GitHub
parent 635e3fb9a8
commit 42ec4e4e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ helm install traefik traefik/traefik
```bash tab="Using Helm CLI"
helm install --namespace=traefik-v2 \
--set="additionalArguments={--logs.level=DEBUG}" \
--set="additionalArguments={--log.level=DEBUG}" \
traefik traefik/traefik
```