diff --git a/Bender/appsettings.Production.json b/Bender/appsettings.Production.json index fa7e56fc..c064b749 100644 --- a/Bender/appsettings.Production.json +++ b/Bender/appsettings.Production.json @@ -1,9 +1,9 @@ { "Logging": { "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" + "Default": "Error", + "System": "Warning", + "Microsoft": "Warning" } }, "QuoteStore": "File", @@ -11,4 +11,4 @@ "ConnectionStrings": { "BlobStorage": "DefaultEndpointsProtocol=https;AccountName=bendersierrasoftworks;EndpointSuffix=core.windows.net" } -} +} \ No newline at end of file