mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
0.13.0
This commit is contained in:
parent
03782455c5
commit
858245c487
13
README.md
13
README.md
@ -137,7 +137,7 @@ curl -X POST -d '{"system":"demo", "date":"2023-01-01 01:02:03.456","text":"demo
|
||||
<dependency>
|
||||
<groupId>top.gotoeasy</groupId>
|
||||
<artifactId>glc-logback-appender</artifactId>
|
||||
<version>0.12.0</version>
|
||||
<version>0.13.0</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
@ -233,6 +233,14 @@ func main() {
|
||||
- [ ] 集群支持动态删减节点(或是页面管理删除)
|
||||
|
||||
|
||||
### 版本`0.13.0`
|
||||
|
||||
- [x] 新增用户及系统权限管理,仅管理员能操作,可控制指定用户只能访问指定系统的日志,多系统共用且有数据安全需求时尤显重要
|
||||
|
||||
|
||||
<details>
|
||||
<summary><strong><mark>更多历史版本更新履历</mark></strong></summary>
|
||||
|
||||
### 版本`0.12.4`
|
||||
|
||||
- [x] 新增会话超时`GLC_SESSION_TIMEOUT`环境变量,单位为分钟,默认30分钟
|
||||
@ -260,9 +268,6 @@ func main() {
|
||||
- [x] 增加配置开关`GLC_SEARCH_MULIT_LINE`,设定为`true`时,支持对日志列的全部行进行索引和检索,默认`false`。注意:不会对历史数据进行重新索引,也就是说,设定为`true`时,新加入的日志会做多行索引,但历史数据如果没有多行索引的仍旧没法进行多行检索
|
||||
- [x] 同步升级`glc-logback-appender`,增加过滤器类`GlcFilter`用以生成客户端IP和跟踪码,可按需配置使用
|
||||
|
||||
<details>
|
||||
<summary><strong><mark>更多历史版本更新履历</mark></strong></summary>
|
||||
|
||||
### 版本`0.11.7`
|
||||
|
||||
- [x] 增加支持开始/停止自动查询,观察实时日志时实用
|
||||
|
||||
Loading…
Reference in New Issue
Block a user