From 8eaad9a358f41b3810cb35dc5cb7edd0f22cc38d Mon Sep 17 00:00:00 2001 From: xiong Date: Thu, 30 Jul 2026 13:31:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9AspNetCore=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E7=BA=A7=E5=88=AB=E4=B8=BAWarning=E4=BB=A5=E6=8F=90?= =?UTF-8?q?=E9=AB=98=E9=94=99=E8=AF=AF=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiku.Api/appsettings.Development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiku.Api/appsettings.Development.json b/Tiku.Api/appsettings.Development.json index 4b35d38..4d73ee4 100644 --- a/Tiku.Api/appsettings.Development.json +++ b/Tiku.Api/appsettings.Development.json @@ -4,7 +4,7 @@ "Default": "Debug", "Override": { "Microsoft": "Warning", - "Microsoft.AspNetCore": "Information", + "Microsoft.AspNetCore": "Warning", "Microsoft.EntityFrameworkCore": "Warning", "System.Net.Http.HttpClient": "Warning" }