SieveProcessor.Options made protected property (#134)

Mapper assignment in constructor is moved to a null-coalescing member pair (a field and a property)
"IncludeScopes" switch is removed from appSettings.{env}.json files
This commit is contained in:
Hasan Manzak
2021-05-15 20:57:18 +03:00
committed by GitHub
parent 285468522c
commit a5b9e5757e
3 changed files with 18 additions and 22 deletions

View File

@@ -1,6 +1,5 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",