From 56e25b46a7e9bb4994f09ff3b99bebc059a26cdd Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Tue, 27 Aug 2024 23:39:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E5=85=B3=E9=97=ADAspNetCoreRateLim?= =?UTF-8?q?it=E9=99=90=E6=B5=81=E7=BB=84=E4=BB=B6=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Application/Configuration/Logging.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Admin.NET/Admin.NET.Application/Configuration/Logging.json b/Admin.NET/Admin.NET.Application/Configuration/Logging.json index 5dee96c3..f3a10bb9 100644 --- a/Admin.NET/Admin.NET.Application/Configuration/Logging.json +++ b/Admin.NET/Admin.NET.Application/Configuration/Logging.json @@ -5,7 +5,8 @@ "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", - "Microsoft.EntityFrameworkCore": "Information" + "Microsoft.EntityFrameworkCore": "Information", + "AspNetCoreRateLimit": "None" }, "File": { "Enabled": false, // 启用文件日志