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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 866757d035 [fix] 优化层级 (#1155)
866757d035 is described below

commit 866757d035803ee1c0e23fcc87aa6bff8a57355b
Author: JIAN ZHONG <[email protected]>
AuthorDate: Mon Jun 27 20:44:02 2022 +0800

    [fix] 优化层级 (#1155)
---
 .../java-sdk/advanced-features-and-usage/rpc/accesslog.md      | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/content/zh/docs3-building/java-sdk/advanced-features-and-usage/rpc/accesslog.md
 
b/content/zh/docs3-building/java-sdk/advanced-features-and-usage/rpc/accesslog.md
index 998a872a9e..eccb07aff9 100644
--- 
a/content/zh/docs3-building/java-sdk/advanced-features-and-usage/rpc/accesslog.md
+++ 
b/content/zh/docs3-building/java-sdk/advanced-features-and-usage/rpc/accesslog.md
@@ -5,18 +5,18 @@ linkTitle: "调用信息记录"
 weight: 13
 description: "了解 dubbo3 调用信息记录通过访问日志来配置和使用"
 ---
-## 特性说明:
+## 特性说明
 
 在 dubbo3 日志分为日志适配和访问日志,如果想记录每一次请求信息,可开启访问日志,类似于 apache 的访问日志。
 
-## 访问日志输出类型:
+#### 访问日志输出类型:
 
 -   log4j 日志
 -   指定文件
 
-## 使用场景:
+## 使用场景
 
-## 使用方式:
+## 使用方式
 
 将访问日志输出到当前应用的 log4j 日志:
 ```xml
@@ -26,6 +26,6 @@ description: "了解 dubbo3 调用信息记录通过访问日志来配置和使
 ```xml
 <dubbo:protocol 
accesslog="http://10.20.160.198/wiki/display/dubbo/foo/bar.log"; />
 ```
-#### 注意:
+#### 注意:
 
 此日志量比较大,请注意磁盘容量。

Reply via email to