KPO_Course_Work/Address Directory/Web/appsettings.Development.json

10 lines
145 B
JSON
Raw Normal View History

2024-12-09 03:27:18 +04:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}