From 5ee0dd5cc29ea191a1dd0f7c78b7a1842db22acd Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 4 Apr 2023 13:21:34 +0800 Subject: [PATCH] update documents --- README.md | 2 +- features-status.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c65a47a0..46ca10af 100644 --- a/README.md +++ b/README.md @@ -363,7 +363,7 @@ release/paopao-ce --no-default-features --features sqlite3,localoss,loggerfile,r |`Zinc` | 搜索 | 稳定(推荐) | 基于[Zinc](https://github.com/zinclabs/zinc)搜索引擎提供推文搜索服务 | |`Meili` | 搜索 | 稳定(推荐) | 基于[Meilisearch](https://github.com/meilisearch/meilisearch)搜索引擎提供推文搜索服务 | |`Bleve` | 搜索 | WIP | 基于[Bleve](https://github.com/blevesearch/bleve)搜索引擎提供推文搜索服务 | -|[`Sentry`](docs/proposal/23040412-关于使用sentry用于错误追踪与性能检测的设计) | 监控 | 内测 | 使用Sentry进行错误跟踪与性能监控 | +|[`Sentry`](docs/proposal/23040412-关于使用sentry用于错误追踪与性能检测的设计.md) | 监控 | 内测 | 使用Sentry进行错误跟踪与性能监控 | |`LoggerFile` | 日志 | 稳定 | 使用文件写日志 | |`LoggerZinc` | 日志 | 稳定(推荐) | 使用[Zinc](https://github.com/zinclabs/zinc)写日志 | |`LoggerMeili` | 日志 | 内测 | 使用[Meilisearch](https://github.com/meilisearch/meilisearch)写日志 | diff --git a/features-status.md b/features-status.md index f7434db1..b2f626a7 100644 --- a/features-status.md +++ b/features-status.md @@ -140,7 +140,7 @@ #### 监控: * `Sentry` 使用Sentry进行错误跟踪与性能监控(目前状态: 内测); - * [x] [提按文档](docs/proposal/23040412-关于使用sentry用于错误追踪与性能检测的设计) + * [x] [提按文档](docs/proposal/23040412-关于使用sentry用于错误追踪与性能检测的设计.md) * [x] 接口定义 * [x] 业务逻辑实现