You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2023/01/29 03:39:48 UTC

[rocketmq-site] branch new-official-website updated: [ISSUE #482]Fix 20log.md en document description error (#483)

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

jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/new-official-website by this push:
     new e8850879a [ISSUE #482]Fix 20log.md en document description error (#483)
e8850879a is described below

commit e8850879a39aace803c63a395196f00168c5278b
Author: mxsm <lj...@gmail.com>
AuthorDate: Sun Jan 29 11:39:43 2023 +0800

    [ISSUE #482]Fix 20log.md en document description error (#483)
---
 .../docusaurus-plugin-content-docs/current/05-bestPractice/20log.md   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/20log.md b/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/20log.md
index 1800c8a0b..4fc27c992 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/20log.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/20log.md
@@ -109,8 +109,8 @@ The RocketMQ client supports customizing the log save path, log level, and maxim
 | Parameter                                             | Explain                                                      | Configuration parameter         | Custom value                                                 |
 | ----------------------------------------------------- | ------------------------------------------------------------ | ------------------------------- | ------------------------------------------------------------ |
 | Log save path                                         | Please make sure that the application process has write permission to the specified path, otherwise the log will not be printed. | rocketmq.client.logRoot         | You can customize the path where you want to save the log files locally. Please make sure that your application process has write permission to that path, otherwise the log will not be printed. |
-| Maximum number of historical log files to save        | The supported value range is between 1 to 100; if the input value is outside of this range or in the wrong format, the system will default to saving 10 logs. | rocketmq.client.logFileMaxIndex | Values:**ERROR WARN INFO DEBUG**                            |
-| Log level                                             | The supported log levels are ERROR, WARN, INFO, DEBUG, if no match is found the default is INFO. | rocketmq.client.logLevel        | The value range is 1~100. If the value set is out of range or in the wrong format, the default value (10) will be used. |
+| Maximum number of historical log files to save        | The supported value range is between 1 to 100; if the input value is outside of this range or in the wrong format, the system will default to saving 10 logs. | rocketmq.client.logFileMaxIndex | The value range is 1~100. If the value set is out of range or in the wrong format, the default value (10) will be used. |
+| Log level                                             | The supported log levels are ERROR, WARN, INFO, DEBUG, if no match is found the default is INFO. | rocketmq.client.logLevel        | Values:**ERROR WARN INFO DEBUG**                            |
 | Size of a single log file                             | Support specifying in bytes                                  | rocketmq.client.logFileMaxSize  | The value range is 0~1GB, the default is 1GB, it is recommended to use 64 MB |
 | Whether to use parent logger to print logback         | Whether children-logger use the appender configured by rootLogger for output | rocketmq.client.log.additive    | true/false                                                   |
 | Use the project's slf4j implementation to record logs | If need to implement log recording, set it to true           | rocketmq.client.logUseSlf4j     | true/flase                                                   |