InstructorsListAppTA/appsettings.Development.json

10 lines
137 B
JSON
Raw Permalink Normal View History

2019-09-24 16:58:38 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}