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": "*",