From b6572bead0338b36686d9b55f03b7cfaad0386d1 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Thu, 4 Jun 2026 20:08:28 -0400 Subject: [PATCH] chore: set Microsoft.AspNetCore log level to Warning --- DeepDrftPublic/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepDrftPublic/appsettings.json b/DeepDrftPublic/appsettings.json index 804e51f..e2a1bb6 100644 --- a/DeepDrftPublic/appsettings.json +++ b/DeepDrftPublic/appsettings.json @@ -2,7 +2,7 @@ "Logging": { "LogLevel": { "Default": "Information", - "Microsoft.AspNetCore": "Debug" + "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*",