benscode-StitcherApi/appsettings.Development.json

10 lines
149 B
JSON
Raw Normal View History

2025-07-31 19:39:06 +07:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"StitcherApi": "Debug"
2025-07-31 19:39:06 +07:00
}
}
}