Files
MetacourseBackend/MetaCourse.Api/appsettings.Development.json

10 lines
190 B
JSON

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