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)
Serilog filter not filtering on ResultDescription
I have problem with filtering ResultDescription field with Serilog. It might be that I am doing something wrong.
Here is my code:
Log.Logger = new LoggerConfiguration()
.WriteTo.Async(x => x.Lo...
Wasyster
Votes: 0
Answers: 1
Serilog.Sink.Elasticsearch, Could not create SSL/TLS secure channel
I am using Serilog and Serilog.Sink.Elasticsearch in an ASP web API project,
there is an issue with the connection to the ELK service that has been configured on an azure Kubernetes cluster, I get the...
Mehran Hafizi
Votes: 0
Answers: 0
How can I enrich my logs with resource file key using serilog?
I have a configuration like this:
logObj = new LoggerConfiguration()
.MinimumLevel.ControlledBy(logLevel)
.MinimumLevel.Override("Microsoft", LogEventLevel.War...
Shino Lex
Votes: 0
Answers: 1