From 25dc5ae4f0c176be3bbd8abc99da5c7ab8f60cb7 Mon Sep 17 00:00:00 2001 From: Ola Alstad Date: Wed, 18 Dec 2024 13:33:06 +0100 Subject: [PATCH] Cleanup prod debugging --- api/appsettings.Production.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/appsettings.Production.json b/api/appsettings.Production.json index 6f2334f..a441db0 100644 --- a/api/appsettings.Production.json +++ b/api/appsettings.Production.json @@ -6,9 +6,7 @@ "Logging": { "LogLevel": { "Default": "Information", - "Microsoft.AspNetCore": "Warning", - "Microsoft.AspNetCore.Authentication": "Debug", - "Microsoft.AspNetCore.Authorization": "Debug" + "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*",