Files
AdPlatform-Server/IntelligenceApi/appsettings.Development.json
2026-03-14 13:50:09 -07:00

10 lines
153 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"IntelligenceApi": "Debug"
}
}
}