diff --git a/TramsDataApi/appsettings.Development.json b/TramsDataApi/appsettings.Development.json index f5362c905..df6979698 100644 --- a/TramsDataApi/appsettings.Development.json +++ b/TramsDataApi/appsettings.Development.json @@ -16,5 +16,13 @@ "ApiKeys": [ "{\"userName\": \"Demo User\", \"apiKey\": \"app-key\"}" ], "ConnectionStrings": { "DefaultConnection": "Server=localhost,1433;Database=sip;User Id=sa;TrustServerCertificate=True;Password=Your_password123" + }, + "Serilog": { + "MinimumLevel": { + "Default": "Information", + "Override": { + "Microsoft.EntityFrameworkCore.Database.Command": "Warning" + } + } } } \ No newline at end of file