python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
IOException from Serilog with SEQ? How to troubleshoot and solve?
I have a simple Windows Service with the following features :
.Net 6.0
RabbitMQ
Serilog
Serilog Seq, email, console, MSSql, Configuration...
Dependency Injection (Microsoft)
EntityFramework
HostBuild...
Banshee
Votes: 0
Answers: 0
How can I query a json file in Seq?
I'm completely new in logging but familiar in SQL queries. I'm now experimenting with Serilog and Seq. I managed to make JSON lines log file with Serilog and could import the file into Seq by the seqc...
mma
Votes: 0
Answers: 1
A better way to use Seq.fold in F#
I wrote a small console app that update a Type record without using any mutable variable. If that looks simple for seasoned functional programmers, it was quite a hard work for me.
It works, but there...
Hydraxize
Votes: 0
Answers: 1
Serilog doesn't get Seq configuration from configuration file
I'm reading serilog and seq configuration from this configuration file.
{
"clientId": "...",
"secret": "...",
"Serilog": {
"MinimumLevel"...
Matteo Devigili
Votes: 0
Answers: 0