Serilog.Sinks.Postgresql.Alternative icon indicating copy to clipboard operation
Serilog.Sinks.Postgresql.Alternative copied to clipboard

Serilog.Sinks.Postgresql.Alternative is a library to save logging information from https://github.com/serilog/serilog to https://www.postgresql.org/.

Results 11 Serilog.Sinks.Postgresql.Alternative issues
Sort by recently updated
recently updated
newest added

It's a good idea to store a hash of the message template, so one can easily search for similar events. (By the way, [Seq also](https://docs.datalust.co/docs/query-syntax#event-types) does this.) One computes the...

enhancement