mirror of https://github.com/dapr/docs.git
typo fix (#2384)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> Co-authored-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
890dc2076a
commit
ea1d640821
|
@ -55,7 +55,7 @@ You can enable the API logs for every sidecar by providing the following annotat
|
|||
|
||||
```yml
|
||||
annotations:
|
||||
dapr.io/enable-api-logging: true
|
||||
dapr.io/enable-api-logging: "true"
|
||||
```
|
||||
|
||||
### Viewing API logs on Kubernetes
|
||||
|
|
Loading…
Reference in New Issue