Files
SilkierQuartz/Source/Examples/AspNetCore3/appsettings.Development.json
2020-01-07 23:44:15 +08:00

10 lines
137 B
JSON

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