This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
pwt-0x01-ng/appsettings.Development.json

10 lines
137 B
JSON
Raw Normal View History

2020-10-26 21:58:35 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}