diff --git a/GeoPulse Pipeline/appsettings.json b/GeoPulse Pipeline/appsettings.json index 61acbb1..57c3587 100644 --- a/GeoPulse Pipeline/appsettings.json +++ b/GeoPulse Pipeline/appsettings.json @@ -5,7 +5,8 @@ "Logging": { "LogLevel": { "Default": "Information", - "Microsoft.AspNetCore": "Warning" + "Microsoft.AspNetCore": "Warning", + "Npgsql": "Warning" } }, "AllowedHosts": "*",