pwt-0x01/appsettings.Development.json

10 lines
137 B
JSON
Raw Normal View History

2020-09-24 13:37:41 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}