Files
SpotiParty/SpotiParty.Web/appsettings.Development.json

12 lines
239 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"HopFrame": "Debug",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"DetailedErrors": true
}