This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Fix IncludeScopes setting in appsettings.json for WebSPA
davidfowl/common-services
Reuben Bond
1 year ago
parent
746363bfd3
commit
d91da03665
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/Web/WebSPA/appsettings.json
+ 3
- 1
src/Web/WebSPA/appsettings.json
View File
@ -10,7 +10,9 @@
"IsClusterEnv"
:
"False"
,
"ActivateCampaignDetailFunction"
:
false
,
"Logging"
:
{
"IncludeScopes"
:
false
,
"Console"
:
{
"IncludeScopes"
:
false
}
,
"LogLevel"
:
{
"Default"
:
"Debug"
,
"System"
:
"Information"
,
Write
Preview
Loading…
Cancel
Save