hn-dotnet/Apps/Api/appsettings.Development.json
2020-12-21 18:18:06 +01:00

11 lines
213 B
JSON

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