From c65ad76996c449cb35200aaa3d1cf581669fec1c Mon Sep 17 00:00:00 2001 From: Lorenzo Montanari Date: Mon, 2 Aug 2021 17:03:41 +0200 Subject: [PATCH] Fixed a small typo (#1696) --- .../en/operations/troubleshooting/logs-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/troubleshooting/logs-troubleshooting.md b/daprdocs/content/en/operations/troubleshooting/logs-troubleshooting.md index cec974ecd..242b271ac 100644 --- a/daprdocs/content/en/operations/troubleshooting/logs-troubleshooting.md +++ b/daprdocs/content/en/operations/troubleshooting/logs-troubleshooting.md @@ -106,7 +106,7 @@ This section will guide you on how to view logs for Dapr system components as we #### Sidecar Logs -When deployed in Kubernetes, the Dapr sidecar injector will inject an Dapr container named `daprd` into your annotated pod. +When deployed in Kubernetes, the Dapr sidecar injector will inject a Dapr container named `daprd` into your annotated pod. In order to view logs for the sidecar, simply find the pod in question by running `kubectl get pods`: ```bash