exsvelte/Web/appsettings.Development.json
2020-11-10 21:44:20 +11:00

21 lines
368 B
JSON

{
"DebugMode": true,
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"Console": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}
}