forked from xiongyuxing/tiku-backend.net
fix: 修改AspNetCore日志级别为Warning以提高错误监控
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"Default": "Debug",
|
||||
"Override": {
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.AspNetCore": "Information",
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"Microsoft.EntityFrameworkCore": "Warning",
|
||||
"System.Net.Http.HttpClient": "Warning"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user