hn-dotnet/Apps/Website/appsettings.Development.json
2020-12-26 11:59:02 +01:00

12 lines
252 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.EntityFrameworkCore": "Information",
"HN.Application": "Information"
}
}
}