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

11 lines
197 B
JSON
Raw Normal View History

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