diff --git a/src/Ombi/appsettings.json b/src/Ombi/appsettings.json index 8f1f3848d..869428806 100644 --- a/src/Ombi/appsettings.json +++ b/src/Ombi/appsettings.json @@ -2,8 +2,8 @@ "Logging": { "IncludeScopes": false, "LogLevel": { - "Default": "Information", - "System": "Information", + "Default": "Warning", + "System": "Warning", "Microsoft": "None", "Hangfire": "None", "System.Net.Http.HttpClient.health-checks": "Warning",