Skip to content

Commit

Permalink
another log level change, buid still outputting sql
Browse files Browse the repository at this point in the history
  • Loading branch information
paullocknimble committed Oct 18, 2023
1 parent ca13cac commit 52a1979
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TramsDataApi/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}

0 comments on commit 52a1979

Please sign in to comment.