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
Changed default logstashUrl to null
pull/977/head
jmanuelcorral
5 years ago
parent
a0699501b1
commit
0706c724ad
11 changed files
with
11 additions
and
11 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Services/Basket/Basket.API/appsettings.json
+1
-1
src/Services/Catalog/Catalog.API/appsettings.json
+1
-1
src/Services/Identity/Identity.API/appsettings.json
+1
-1
src/Services/Location/Locations.API/appsettings.json
+1
-1
src/Services/Marketing/Marketing.API/appsettings.json
+1
-1
src/Services/Ordering/Ordering.API/appsettings.json
+1
-1
src/Services/Ordering/Ordering.BackgroundTasks/appsettings.json
+1
-1
src/Services/Ordering/Ordering.SignalrHub/appsettings.json
+1
-1
src/Services/Payment/Payment.API/appsettings.json
+1
-1
src/Web/WebMVC/appsettings.json
+1
-1
src/Web/WebStatus/appsettings.json
+ 1
- 1
src/Services/Basket/Basket.API/appsettings.json
View File
@ -1,7 +1,7 @@
{
"Serilog"
:
{
"SeqServerUrl"
:
null
,
"LogstashgUrl"
:
"http://elk-dev.northeurope.cloudapp.azure.com:8080"
,
"LogstashgUrl"
:
null
,
"MinimumLevel"
:
{
"Default"
:
"Information"
,
"Override"
:
{
+ 1
- 1
src/Services/Catalog/Catalog.API/appsettings.json
View File
@ -4,7 +4,7 @@
"UseCustomizationData"
:
false
,
"Serilog"
:
{
"SeqServerUrl"
:
null
,
"LogstashgUrl"
:
"http://elk-dev.northeurope.cloudapp.azure.com:8080"
,
"LogstashgUrl"
:
null
,
"MinimumLevel"
:
{
"Default"
:
"Information"
,
"Override"
:
{
+ 1
- 1
src/Services/Identity/Identity.API/appsettings.json
View File
@ -7,7 +7,7 @@
"UseCustomizationData"
:
false
,
"Serilog"
:
{
"SeqServerUrl"
:
null
,
"LogstashgUrl"
:
"http://elk-dev.northeurope.cloudapp.azure.com:8080"
,
"LogstashgUrl"
:
null
,
"MinimumLevel"
:
{
"Default"
:
"Information"
,
"Override"
:
{
+ 1
- 1
src/Services/Location/Locations.API/appsettings.json
View File
@ -4,7 +4,7 @@
"IdentityUrl"
:
"http://localhost:5105"
,
"Serilog"
:
{
"SeqServerUrl"
:
null
,
"LogstashgUrl"
:
"http://elk-dev.northeurope.cloudapp.azure.com:8080"
,
"LogstashgUrl"
:
null
,
"MinimumLevel"
:
{
"Default"
:
"Information"
,
"Override"
:
{
+ 1
- 1
src/Services/Marketing/Marketing.API/appsettings.json
View File
@ -1,7 +1,7 @@
{
"Serilog"
:
{
"SeqServerUrl"
:
null
,
"LogstashgUrl"
:
"http://elk-dev.northeurope.cloudapp.azure.com:8080"
,
"LogstashgUrl"
:
null
,
"MinimumLevel"
:
{
"Default"
:
"Information"
,
"Override"
:
{
+ 1
- 1
src/Services/Ordering/Ordering.API/appsettings.json
View File
@ -4,7 +4,7 @@
"UseCustomizationData"
:
false
,
"Serilog"
:
{
"SeqServerUrl"
:
null
,
"LogstashgUrl"
:
"http://elk-dev.northeurope.cloudapp.azure.com:8080"
,
"LogstashgUrl"
:
null
,
"MinimumLevel"
:
{
"Default"
:
"Information"
,
"Override"
:
{
+ 1
- 1
src/Services/Ordering/Ordering.BackgroundTasks/appsettings.json
View File
@ -2,7 +2,7 @@
"ConnectionString"
:
"Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;"
,
"Serilog"
:
{
"SeqServerUrl"
:
null
,
"LogstashgUrl"
:
"http://elk-dev.northeurope.cloudapp.azure.com:8080"
,
"LogstashgUrl"
:
null
,
"MinimumLevel"
:
{
"Default"
:
"Information"
,
"Override"
:
{
+ 1
- 1
src/Services/Ordering/Ordering.SignalrHub/appsettings.json
View File
@ -2,7 +2,7 @@
"IdentityUrl"
:
"http://localhost:5105"
,
"Serilog"
:
{
"SeqServerUrl"
:
null
,
"LogstashgUrl"
:
"http://elk-dev.northeurope.cloudapp.azure.com:8080"
,
"LogstashgUrl"
:
null
,
"MinimumLevel"
:
{
"Default"
:
"Information"
,
"Override"
:
{
+ 1
- 1
src/Services/Payment/Payment.API/appsettings.json
View File
@ -1,7 +1,7 @@
{
"Serilog"
:
{
"SeqServerUrl"
:
null
,
"LogstashgUrl"
:
"http://elk-dev.northeurope.cloudapp.azure.com:8080"
,
"LogstashgUrl"
:
null
,
"MinimumLevel"
:
{
"Default"
:
"Information"
,
"Override"
:
{
+ 1
- 1
src/Web/WebMVC/appsettings.json
View File
@ -13,7 +13,7 @@
"UseCustomizationData"
:
false
,
"Serilog"
:
{
"SeqServerUrl"
:
null
,
"LogstashgUrl"
:
"http://elk-dev.northeurope.cloudapp.azure.com:8080"
,
"LogstashgUrl"
:
null
,
"MinimumLevel"
:
{
"Default"
:
"Information"
,
"Override"
:
{
+ 1
- 1
src/Web/WebStatus/appsettings.json
View File
@ -5,7 +5,7 @@
}
,
"Serilog"
:
{
"SeqServerUrl"
:
null
,
"LogstashgUrl"
:
"http://elk-dev.northeurope.cloudapp.azure.com:8080"
,
"LogstashgUrl"
:
null
,
"MinimumLevel"
:
{
"Default"
:
"Information"
,
"Override"
:
{
Write
Preview
Loading…
Cancel
Save