serilog-sinks-seq icon indicating copy to clipboard operation
serilog-sinks-seq copied to clipboard

A Serilog sink that writes events to the Seq structured log server

Results 19 serilog-sinks-seq issues
Sort by recently updated
recently updated
newest added

## Issue When developing a serilog configuration including seq, I have encountered that the internal log location gets placed in the wrong folder. The location of `%TMP%` is selected fine...

discussion

If the attempt to send events to the primary Seq server fails, the sink could be configured to try a secondary Seq server, or more conveniently, a Seq Forwarder that...

enhancement

if you declare a double variable and assign it a value of 8.2535170109512364E+28 then try to log this seq rejects the payload with this message ``` [2021-04-12T11:52:38.8713351+03:00 DBG] Rejecting payload...

bug

On the server-side, Seq imposes two size limits on incoming events: * The event size limit, which applies to the JSON-encoded byte size of individual events, and * The batch...

enhancement

`Log.CloseAndFlush()` seems to be deadlocking when run in AWS Lambda and my Seq server instance goes down for some (irrelevant) reason making Seq a single point of failure for the...

I'd like to render a currency value in my log output. For the sake of discussion: ``` decimal currentBalance = 12345.67M; Log.Logger.Information("Your balance is {CurrentBalance:C}", currentBalance); ``` As best I...

enhancement

I was playing around with dockerized seq, and noticed that it only saved a small part of total logs sent to it, without reporting any issues. I am not sure...

enhancement

after setting eventBodyLimitBytes to some value, if an event is dropped because it's size is too big please add an option to add an alternative fixed message to the log...

enhancement

It seems this issue exists in .Net Core environment only. When the SEQ base address doesn't have a relative path (e.g. http://myseqserver.com) it works fine. Once the configuration is changed...

bug
up-for-grabs

I have encountered a situation in which the Seq sink logs (to the `SelfLog`) that an `HttpRequestException` has occurred. See below for the entire log entry. As part of my...

enhancement