Selector/Selector.CLI/appsettings.json

20 lines
481 B
JSON
Raw Normal View History

{
"string config": "asdf",
"Selector": {
"Number": 4
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
},
"Console": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
//"Microsoft.Hosting.Lifetime": "Information"
}
}
}
}