mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
[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:
parent
fb5f25af6c
commit
13c643a3a4
@ -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 |
|
||||||
|
Loading…
Reference in New Issue
Block a user