repomgr/appsettings.Development.json

10 lines
137 B
JSON
Raw Normal View History

2019-07-05 00:36:10 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}