From ab59d94e4a7c637b9a9dba0a7498e00ad3e44f73 Mon Sep 17 00:00:00 2001 From: "Chenglong.li" Date: Thu, 12 May 2022 15:49:53 +0800 Subject: [PATCH] [skip e2e]Add log export instructions for issue template (#16917) Signed-off-by: JackLCL --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 303f20fbff..052741cafe 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -63,7 +63,7 @@ body: - type: textarea attributes: label: Milvus Log - description: Detailed error log information is helpful for finding Milvus problems. + description: Detailed error log information is helpful for finding Milvus problems. You can use this script to export Milvus logs. render: markdown validations: required: false