DurnyklyYol/DurnyklyYol.MiddleTier/appsettings.Development.json

16 lines
321 B
JSON
Raw Normal View History

2024-09-02 10:07:25 +00:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"DevExpress.ExpressApp": "Information"
}
},
"DevExpress": {
"ExpressApp": {
"EnableDiagnosticActions": false
}
}
}