From ea1d640821f918b80488a43de470d076a9315077 Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Fri, 22 Apr 2022 13:37:45 -0500 Subject: [PATCH] typo fix (#2384) Signed-off-by: Hannah Hunter Co-authored-by: Mark Fussell --- .../en/operations/troubleshooting/api-logs-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/troubleshooting/api-logs-troubleshooting.md b/daprdocs/content/en/operations/troubleshooting/api-logs-troubleshooting.md index 506d1d677..024c783d9 100644 --- a/daprdocs/content/en/operations/troubleshooting/api-logs-troubleshooting.md +++ b/daprdocs/content/en/operations/troubleshooting/api-logs-troubleshooting.md @@ -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