-
Due to a breaking change in NpgSQL 5x, sink fails to save data in table.
Breaking change is: NpgsqlBinaryImporter.Complete() has been changed to return a ulong reporting the number of imported rows (…
-
**A few questions before you begin:**
> Is this an issue related to the [Serilog core project](https://github.com/serilog/serilog) or one of the [sinks](https://github.com/serilog/serilog/wiki/Prov…
-
I am sending logs to a local seq forwarder using the Serilog.Sinks.Seq sink with the CLEF format, however the forwarder is sending them as application/json.
```json
{
"Serilog": {
"…
-
A good outline for an ASP.NET Core logging course focusing on Serilog and SEQ should cover the fundamentals of logging in ASP.NET Core, using Serilog for structured logging, and log aggregation and an…
-
Hi 👋
When I was introduced to Serilog, I was hooked to this idea of structured logging. The possibilities, combined with NoSQL stores, SaaS solutions and even relational databases to store and sea…
-
{
var logger = new LoggerConfiguration().WriteTo
.AmazonS3(
"folder1\\folder2\\" + fileName + "\\" + date + "\\" + "Log_",
…
-
**A few questions before you begin:**
> Is this an issue related to the [Serilog core project](https://github.com/serilog/serilog) or one of the [sinks](https://github.com/serilog/serilog/wiki/Prov…
-
Add Serilog logger to application.
Add logging middleware that logs each api request.
Add write logs to the application database:
https://github.com/b00ted/serilog-sinks-postgresql
Add job to delet…
-
## Is your feature request related to a problem? Please describe.
In our project we use the Serilog Splunk sink to ingest log messages into Splunk.
Unfortunately we noticed the message's meta-data f…
-
Log blocks application with some timeout when Sentry dns is not available.
I see 2 solutions of problem:
- The easiest - to install package https://github.com/serilog/serilog-sinks-async and use `.…