From bedc825ff3c76b599836842107e4d0a87c0e0c66 Mon Sep 17 00:00:00 2001 From: xljiulang <366193849@qq.com> Date: Fri, 30 Jul 2021 23:22:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4Kestrel=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastGithub/appsettings.json b/FastGithub/appsettings.json index c108d5b..37ccbc1 100644 --- a/FastGithub/appsettings.json +++ b/FastGithub/appsettings.json @@ -30,7 +30,7 @@ "Yarp": "Warning", "System": "Warning", "Microsoft": "Warning", - "Microsoft.AspNetCore.Server.Kestrel": "None" + "Microsoft.AspNetCore.Server.Kestrel": "Error" } } }