You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/03/25 00:43:43 UTC

[apisix] branch master updated: docs: fix skywalking-logger typo (#6696)

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

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 8005cd2  docs: fix skywalking-logger typo (#6696)
8005cd2 is described below

commit 8005cd24b552b75df63969252bfb92447892b872
Author: Gallardot <tt...@163.com>
AuthorDate: Fri Mar 25 08:43:36 2022 +0800

    docs: fix skywalking-logger typo (#6696)
    
    Co-authored-by: Yu.Bozhong <im...@gmail.com>
    Co-authored-by: homeward <97...@users.noreply.github.com>
    Co-authored-by: yilinzeng <36...@users.noreply.github.com>
    Co-authored-by: 琚致远 <ju...@apache.org>
---
 docs/zh/latest/plugins/skywalking-logger.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/zh/latest/plugins/skywalking-logger.md b/docs/zh/latest/plugins/skywalking-logger.md
index 5e40a09..05364f3 100644
--- a/docs/zh/latest/plugins/skywalking-logger.md
+++ b/docs/zh/latest/plugins/skywalking-logger.md
@@ -23,9 +23,9 @@ title: skywalking-logger
 
 ## 描述
 
-`skywalking-logger` 是一个插件,可将 Access Log 数据通过 `HTTP` 推送到 SkyWalking OAP 服务器。如果上下文中存在 `tracing context`,插件会自动建立 `trace` 与日志的关联,并依赖于 [SkyWalking Cross Process Propagation Headers Protocol](https://skywalking.apache.org/docs/main/latest/en/protocols/skywalking-cross-process-propagation-headers-protocol-v3/) 。
+`skywalking-logger` 是一个可将 Access Log 数据通过 `HTTP` 推送到 `SkyWalking OAP` 服务器的插件。如果上下文中存在 `tracing context`,插件会自动建立 `trace` 与日志的关联,这依赖于 [SkyWalking Cross Process Propagation Headers Protocol](https://skywalking.apache.org/docs/main/latest/en/protocols/skywalking-cross-process-propagation-headers-protocol-v3/)的支持。
 
-这将提供将 Access Log 数据作为 JSON 对象发送到 SkyWalking OAP 服务器的功能。
+本插件提供将 Access Log 数据作为 JSON 对象发送到 `SkyWalking OAP` 服务器的功能。
 
 ## 属性
 
@@ -73,11 +73,11 @@ HTTP/1.1 200 OK
 hello, world
 ```
 
-完成上述步骤后,在可以 SkyWalking UI 查看到相关日志。
+完成上述步骤后,可以在 `SkyWalking UI` 查看到相关日志。
 
 ## 插件元数据设置
 
-`skywalking-logger` 也是制定日志格式,与 [http-logger](./http-logger.md) 插件类似。
+`skywalking-logger` 也支持自定义日志格式,与 [http-logger](./http-logger.md) 插件类似。
 
 | 名称             | 类型    | 必选项 | 默认值        | 有效值  | 描述                                             |
 | ---------------- | ------- | ------ | ------------- | ------- | ------------------------------------------------ |
@@ -87,7 +87,7 @@ hello, world
 
 ## 禁用插件
 
-在插件配置中删除相应的 json 配置以禁用 skywalking-logger。APISIX 插件是热重载的,因此无需重新启动 APISIX :
+在插件配置中删除相应的 JSON 配置就可以禁用 `skywalking-logger` 插件。由于 Apache APISIX 插件支持热加载,因此无需重新启动 Apache APISIX:
 
 ```shell
 $ curl http://127.0.0.1:9080/apisix/admin/routes/1  -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '