Files
JavaScriptServices/templates/WebApplicationBasic/appsettings.json
2016-07-27 12:25:32 +01:00

11 lines
165 B
JSON
Executable File

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