This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 13604fc84e4396d8715849e5ca36e2d56f9b4966 Author: Petrichor <[email protected]> AuthorDate: Tue Feb 6 17:09:19 2024 +0800 [fix](docs) fix log level configuration error in fe.config (#30863) * Update fe-config.md * Update fe-config.md --- docs/en/docs/admin-manual/config/fe-config.md | 2 +- docs/zh-CN/docs/admin-manual/config/fe-config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/admin-manual/config/fe-config.md b/docs/en/docs/admin-manual/config/fe-config.md index ae64946377b..ac9da61ac1c 100644 --- a/docs/en/docs/admin-manual/config/fe-config.md +++ b/docs/en/docs/admin-manual/config/fe-config.md @@ -1659,7 +1659,7 @@ fe.warn.log all WARNING and ERROR log of FE process. Default:INFO -log level:INFO, WARNING, ERROR, FATAL +log level:INFO, WARN, ERROR, FATAL #### `sys_log_roll_num` diff --git a/docs/zh-CN/docs/admin-manual/config/fe-config.md b/docs/zh-CN/docs/admin-manual/config/fe-config.md index cced0662187..dbef19b59b6 100644 --- a/docs/zh-CN/docs/admin-manual/config/fe-config.md +++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md @@ -1659,7 +1659,7 @@ sys_log_dir: 默认值:INFO -日志级别,可选项:INFO, WARNING, ERROR, FATAL +日志级别,可选项:INFO, WARN, ERROR, FATAL #### `sys_log_roll_num` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
