ISEbd-22_CourseWork_University/University/UniversityEmployeeApp/appsettings.Development.json

10 lines
145 B
JSON
Raw Normal View History

2024-04-29 17:10:01 +04:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}