[skip e2e] Update README for log-export tool (#19182)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/19186/head
Bennu 2022-09-13 16:34:30 +08:00 committed by GitHub
parent 4c992c5fc0
commit 916b92312f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@
For better tracking and debugging Milvus, the script `export-milvus-log.sh` is provided for exporting all Milvus logs at once. For those pods that have been restarted, this script can export the logs of the running pods and the logs of the previously pods.
> Note: This script only works with Milvus installed with k8s.
> Note: This script only works with Milvus installed on k8s cluster.
>
>For milvus installed with helm-chart, if `log.persistence.enabled` is set to true (default false), the tool cannot be used to export milvus logs and the log files can be found directly under the path specified by `log.persistence.mountPath`.
>
> For Milvus installed with docker-compose, you can use `docker-compose logs > milvus.log` to export the logs.