Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
doc: Modify the document (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlei520 authored Jul 8, 2022
1 parent 43f11be commit 11ebf36
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ MASA.Utils is a library of MASA tools used by projects such as [MASA Stack](http
* Expressions: Expression expansion
* Ldap
* Ldap.Novell: Novell-based LDAP client library
* Exceptions: Exception extension
* [Exceptions](https://github.com/masastack/MASA.Utils/blob/main/src/Masa.Utils.Exceptions/README.md): Exception extension
* Security: security
* Authentication: Authentication
* Cryptography: Password extension, support AES encryption and decryption, DES encryption and decryption, Base64 encoding, MD5 encryption, SHA encryption, etc.
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ MASA.Utils是MASA的工具库,这些工具被[MASA Stack](https://github.com/m
* Expressions: 表达式扩展
* Ldap
* Ldap.Novell: 基于Novell的LDAP客户端库
* Exceptions: 异常扩展
* [Exceptions](https://github.com/masastack/MASA.Utils/blob/main/src/Masa.Utils.Exceptions/README.zh-CN.md): 异常扩展
* Security: 安全
* Authentication: 身份验证
* Cryptography: 密码扩展,支持AES加解密、DES加解密、Base64编码、MD5加密、SHA加密等
Expand Down
2 changes: 1 addition & 1 deletion src/Masa.Utils.Exceptions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ axios
});
````

## common problem
## Common problem

The default log level of `UserFriendlyException` is `Information`, other types of exceptions are `Error`

Expand Down
4 changes: 2 additions & 2 deletions src/Masa.Utils.Exceptions/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ axios

## 常见问题

1. 如何修改UserFriendlyException的日志等级?

默认`UserFriendlyException`的日志等级为`Information`, 其它类型异常为`Error`

1. 如何修改UserFriendlyException的日志等级?

``` C#
builder.Services.Configure<MasaExceptionLogRelationOptions>(options =>
{
Expand Down

0 comments on commit 11ebf36

Please sign in to comment.