fix: 修改AspNetCore日志级别为Warning以提高错误监控

This commit is contained in:
2026-07-30 13:31:10 +08:00
parent d895e1da63
commit 8eaad9a358

View File

@@ -4,7 +4,7 @@
"Default": "Debug", "Default": "Debug",
"Override": { "Override": {
"Microsoft": "Warning", "Microsoft": "Warning",
"Microsoft.AspNetCore": "Information", "Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning", "Microsoft.EntityFrameworkCore": "Warning",
"System.Net.Http.HttpClient": "Warning" "System.Net.Http.HttpClient": "Warning"
} }