Files
EmployeeDbApp/Mvc/appsettings.Development.json
2023-10-02 08:24:46 +02:00

9 lines
119 B
JSON

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