[skip e2e] Add a description about docker-compose export log (#16908)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
This commit is contained in:
Bennu 2022-05-11 17:23:53 +08:00 committed by GitHub
parent fb5f25af6c
commit 13c643a3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,10 @@
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. 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.
>
> For Milvus installed with docker-compose, you can use `docker-compose logs > milvus.log` to export the logs.
## Parameter Description ## Parameter Description
| Parameters | Description | Default | | Parameters | Description | Default |