😎关闭AspNetCoreRateLimit限流组件日志
This commit is contained in:
parent
38135427c8
commit
56e25b46a7
@ -5,7 +5,8 @@
|
|||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
"Microsoft.AspNetCore": "Warning",
|
"Microsoft.AspNetCore": "Warning",
|
||||||
"Microsoft.EntityFrameworkCore": "Information"
|
"Microsoft.EntityFrameworkCore": "Information",
|
||||||
|
"AspNetCoreRateLimit": "None"
|
||||||
},
|
},
|
||||||
"File": {
|
"File": {
|
||||||
"Enabled": false, // 启用文件日志
|
"Enabled": false, // 启用文件日志
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user