From 7c52609cc14539bbc701c4683f3dfdfe592ced77 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Thu, 6 Dec 2018 09:06:42 -0800 Subject: [PATCH] Update troubleshooting.md Fix a typo. --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 0997094..ac6a682 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -26,7 +26,7 @@ You can get the log from Longhorn Manager and Engines to help with the troublesh Since normally there are multiple Longhorn Manager running at the same time, we recommend using [kubetail](https://github.com/johanhaleby/kubetail) which is a great tool to keep track of the logs of multiple pods. You can use: ``` -kubetail longhorn-system -n longhorn-system +kubetail longhorn-manager -n longhorn-system ``` To track the manager logs in real time.