From 13c643a3a4efd6329c4d8e0e584667125c80f388 Mon Sep 17 00:00:00 2001 From: Bennu Date: Wed, 11 May 2022 17:23:53 +0800 Subject: [PATCH] [skip e2e] Add a description about docker-compose export log (#16908) Signed-off-by: Bennu-Li --- deployments/export-log/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployments/export-log/README.md b/deployments/export-log/README.md index 346d08f01e..536474d7b2 100644 --- a/deployments/export-log/README.md +++ b/deployments/export-log/README.md @@ -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. +> 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 | Parameters | Description | Default |