Infrastructure/OpenAuth.Mvc/appsettings.Development.json

11 lines
196 B
JSON
Raw Normal View History

2024-11-13 09:19:06 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Error",
"Microsoft": "Error",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
}
}
}