Questions tagged [datalust-seq]

7 questions
1
vote
1 answer

How to set up Seq logging Dashboard for a particular event with Timing information?

I am using Seq logging in my .NET application. I have the blow log appearing multiple times, Execute Owin configuration completed in 56.1 ms The time varies for each time the app starts up. The timing info is available as a property in Properties…
tRuEsAtM
  • 3,517
  • 6
  • 43
  • 83
1
vote
1 answer

Using Serilog Seq sink gives me Event JSON representation exceeds the body size limit 262144;

At some point in the code, I need to specify a huge JSON , I've got my logs full of Event JSON representation exceeds the body size limit 262144; sample: . On Seq part I've changed the settings to allowing 1Mb but I still got this error message.…
advapi
  • 3,661
  • 4
  • 38
  • 73
1
vote
0 answers

How to configure Seq to include exception stack trace

I have installed Seq in my local Sitecore instance. The portal displays the logs & errors, but I'm unable to figure out the following: After an error is logged, it takes around 3 mins to show up in Seq. Can we configure it to display real-time. I…
sukesh
  • 2,379
  • 12
  • 56
  • 111
1
vote
1 answer

Getting HTTP 404 response when logging from asp.net core 6.0 app to local Seq server (localhost:5341) running in docker

Running this test on MacOS. Getting the following error when logging to Seq http endpoint. 2022-04-17T00:46:06.4931040Z Exception while emitting periodic batch from Serilog.Sinks.Http.Private.Sinks.HttpSink: Serilog.Debugging.LoggingFailedException:…
dotnetcoder
  • 3,431
  • 9
  • 54
  • 80
0
votes
0 answers

Seq logging server not accessible behind nginx

I have a seq server installed on a windows server 2022 vps, i have also nginx set as a reverse proxy for "MyApp" and the "Seq" server, no load balancing configured, just reverse proxying. The probleme: When i try to access seq server ui from h t t p…
0
votes
0 answers

NLog.Targets.Seq and composite formatting

I'm using NLog and Seq together quite successfully, but a third-party library we use makes extensive use of Composite Formatting with message strings like: "Updated counter via {0} - new value is {1}" With the NLog.Target.Seq library, this is…
David Montgomery
  • 1,618
  • 15
  • 28
0
votes
1 answer

Datalust Seq Ingestion failed: Invalid URI: The URI scheme is not valid

I'm trying to collect logs from docker containers by Datalust Seq. All containers are running on the same host. I tried to follow the official recomendations. seq: image: datalust/seq:latest container_name: seq restart: unless-stopped …
vatavale
  • 1,470
  • 22
  • 31