Files
SilkierQuartz/sample/AspNetCoreSampleQuartzHostedService/appsettings.Development.json

13 lines
196 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"EnableHelloJob": true,
"EnableHelloSingleJob": true
}