Skip to content

Commit

Permalink
update: set log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
parameshg committed Sep 13, 2018
1 parent 5e1e00f commit f4d0fa4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Northwind.Services.Address.v2/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace"
}
},
"Console": {
Expand Down
4 changes: 2 additions & 2 deletions Northwind.Services.Address.v3/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions Northwind.Services.Address/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions Northwind.Services.Order/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"Logging": {
"IncludeScopes": false,
"IncludeScopes": true,
"Debug": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions Northwind.Services.Payment.v2/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions Northwind.Services.Payment/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions Northwind.Services.Product/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace"
}
}
}
Expand Down

0 comments on commit f4d0fa4

Please sign in to comment.