CSharp-Single-EFCore/Bunny.WebApi/appsettings.Development.json

9 lines
172 B
JSON
Raw Normal View History

2024-08-08 22:23:36 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Information"
}
}
}