Skip to content

Commit

Permalink
Update logger-management.md (#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody committed Jun 1, 2023
1 parent 8865597 commit 6762772
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -13,10 +13,12 @@ weight: 5



{{% alert title="注意" color="primary" %}}

`3.0.10` 开始,dubbo-qos 运行时管控支持查询日志配置以及动态修改使用的日志框架和日志级别。

> 通过 dubbo-qos 修改的日志配置不进行持久化存储,在应用重启后将会失效。
通过 dubbo-qos 修改的日志配置不进行持久化存储,在应用重启后将会失效。
{{% /alert %}}

### 查询日志配置

Expand Down Expand Up @@ -97,4 +99,4 @@ dubbo>switchLogger slf4j
OK
dubbo>loggerInfo
Available logger adapters: [jcl, slf4j, log4j, jdk]. Current Adapter: [slf4j]. Log level: INFO
```
```

0 comments on commit 6762772

Please sign in to comment.