Sieve/SieveTests/appsettings.Development.json

11 lines
168 B
JSON
Raw Normal View History

2018-01-27 00:26:37 +01:00
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}