Update troubleshooting.md

Fix a typo.
This commit is contained in:
Sheng Yang 2018-12-06 09:06:42 -08:00 committed by GitHub
parent 87fea7e015
commit 7c52609cc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.