Infrastructure/OpenAuth.Identity/appsettings.Development.json

10 lines
137 B
JSON
Raw Normal View History

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