Fixed incorrect logging parameter in documentation
This commit is contained in:
parent
635e3fb9a8
commit
42ec4e4e98
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue