Questions tagged [seq-logging]

Seq is a log server that runs on a Windows server or Docker container. Applications send structured events to Seq over HTTPS using a logging framework like Serilog. Seq displays the events and makes them searchable. Questions about using or configuring Seq itself, or configuring applications and logging frameworks to use it, should have this tag.

Seq is a self-hosted platform for application diagnostics and monitoring.

Seq is a web application with a browser-based UI. It is distributed as an MSI for Windows and as a Linux-based image for Docker.

Seq screenshot showing events and query example

Applications use Seq for:

  • centralizing application logs so that they don't have to be retrieved from individual machines,
  • managing JSON-formatted structured logs, so that logs can be searched and analyzed without pre-processing using regular expressions,
  • analyzing and charting structured logs to find patterns and anomalies, and
  • integrating structured log data into other systems, for example alerting through email, Slack or Microsoft Teams.

The Seq documentation is the primary source of usage information for Seq. Seq bugs and feature requests are tracked on GitHub.

Plug-ins for individual logging frameworks, such as the Serilog sink for Seq, the NLog target for Seq, and Pino stream for Seq generally have their own README, issue tracker, and other documentation.

49 questions
0
votes
1 answer

How can I remove signal from a workspace in Seq logging UI?

In Seq, I created a personal workspace in order to reduce the number of signals I see. However, it seems not only signals created by other people in other workspaces are also visible (probably because they are shared or corporate level), but also I…
evilmandarine
  • 4,241
  • 4
  • 17
  • 40
0
votes
1 answer

Use Dart/Flutter with Seq Log Center

We're already using a Seq Docker Container to having .NET logs centralized in Web UI. Now I have a dart / flutter application and don't find any adapter for usage that stack with Seq. On Homepage there is named the following one's to be…
baer999
  • 810
  • 2
  • 14
  • 26
0
votes
1 answer

Deploying Seq on IIS

I'm trying to Deploy Seq by Datalust on IIS and I'm getting this error message: HTTP Error 500.30 - ANCM In-Process Start Failure here is the error in windows event viewer Failed to start application '/LM/W3SVC/2/ROOT', ErrorCode…
0
votes
1 answer

Logging with Serilog and Seq in azure .net api

I am working on an Web Api in .net. I am writing logs using Serilog and Seq. I made the configuration following the Seq official web site. Basically placing this code in my startup.cs file: var logger = new LoggerConfiguration() …
afonte
  • 938
  • 9
  • 17
1 2 3
4