OpenAuth.Net/OpenAuth.WebApi/appsettings.Development.json

11 lines
197 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Debug",
2020-12-27 00:00:28 +08:00
"System": "Error",
"Microsoft": "Error",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
}
}
}