You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2020/12/07 23:07:28 UTC

[incubator-doris] branch master updated: fix Get FE log file doc typo (#4985)

This is an automated email from the ASF dual-hosted git repository.

yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bd56bd  fix Get FE log file doc typo (#4985)
3bd56bd is described below

commit 3bd56bd441665e89d964b4815c25064a1f9f880f
Author: Zhengguo Yang <ya...@gmail.com>
AuthorDate: Tue Dec 8 07:07:13 2020 +0800

    fix Get FE log file doc typo (#4985)
---
 docs/en/administrator-guide/http-actions/fe/get-log-file-action.md    | 4 ++--
 docs/zh-CN/administrator-guide/http-actions/fe/get-log-file-action.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/administrator-guide/http-actions/fe/get-log-file-action.md b/docs/en/administrator-guide/http-actions/fe/get-log-file-action.md
index bc12703..5fd3959 100644
--- a/docs/en/administrator-guide/http-actions/fe/get-log-file-action.md
+++ b/docs/en/administrator-guide/http-actions/fe/get-log-file-action.md
@@ -82,7 +82,7 @@ None
 1. Get the log file list of the corresponding type
 
     ```
-    HEAD /api/get_log/file?type=fe.audit.log
+    HEAD /api/get_log_file?type=fe.audit.log
     
     Response:
     
@@ -97,7 +97,7 @@ None
 2. Download log file
     
     ```
-    GET /api/get_log/file?type=fe.audit.log&file=fe.audit.log.20190528.1
+    GET /api/get_log_file?type=fe.audit.log&file=fe.audit.log.20190528.1
     
     Response:
     
diff --git a/docs/zh-CN/administrator-guide/http-actions/fe/get-log-file-action.md b/docs/zh-CN/administrator-guide/http-actions/fe/get-log-file-action.md
index e6e13ec..2cb1031 100644
--- a/docs/zh-CN/administrator-guide/http-actions/fe/get-log-file-action.md
+++ b/docs/zh-CN/administrator-guide/http-actions/fe/get-log-file-action.md
@@ -81,7 +81,7 @@ under the License.
 1. 获取对应类型的日志文件列表
 
     ```
-    HEAD /api/get_log/file?type=fe.audit.log
+    HEAD /api/get_log_file?type=fe.audit.log
     
     Response:
     
@@ -96,7 +96,7 @@ under the License.
 2. 下载日志文件
     
     ```
-    GET /api/get_log/file?type=fe.audit.log&file=fe.audit.log.20190528.1
+    GET /api/get_log_file?type=fe.audit.log&file=fe.audit.log.20190528.1
     
     Response:
     


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org