Files
Gainsight/Account_SQLite/appsettings.Development.json

10 lines
154 B
JSON
Raw Normal View History

2022-06-17 14:14:24 -04:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}