hf400159 commented on code in PR #6736:
URL: https://github.com/apache/apisix/pull/6736#discussion_r859906400


##########
docs/zh/latest/FAQ.md:
##########
@@ -209,32 +233,28 @@ Server: APISIX web server
 </html>
 ```
 
-## 如何修改日志等级
-
-默认的 APISIX 日志等级为 `warn`,如果需要查看 `core.log.info` 的打印结果需要将日志等级调整为 `info`。
+## 我应该如何更改 Apache APISIX 的日志等级?
 
-具体步骤:
+Apache APISIX 默认的日志等级为 `warn`,你需要将日志等级调整为 `info` 来查看 `core.log.info` 的打印结果。
 
-1、修改 conf/config.yaml 中的 `nginx_config` 配置参数 `error_log_level: "warn"` 为 
`error_log_level: "info"`。
+你需要将 `./conf/config.yaml` 中的 `nginx_config` 配置参数 `error_log_level: "warn"` 修改为 
`error_log_level: "info"`,然后重新加载 Apache APISIX 使其生效。
 
 ```yaml
 nginx_config:
   error_log_level: "info"
 ```
 
-2、重启或 reload APISIX
+## 我应该如何重新加载 Apache APISIX 的自定义插件?
 
-之后便可以在 logs/error.log 中查看到 info 的日志了。
+所有的 Apache APISIX 的插件都支持热加载的方式。
 
-## 如何加载自己编写的插件
+如果你想了解更多关于热加载的内容,请参考[热加载](https://apisix.apache.org/docs/apisix/next/terminology/plugin#hot-reload-in-stand-alone-mode)。

Review Comment:
   ```suggestion
   如果你想了解更多关于热加载的内容,请参考[热加载](../terminology/plugin#热加载)。
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to