serilog-contrib / serilog-ui

Simple Serilog log viewer UI for several sinks.
MIT License
219 stars 41 forks source link

Fix #104 - Support PostgreSQL alternative sink #105

Closed mo-esmp closed 8 months ago

mo-esmp commented 8 months ago

This PR aims to fix issue 104, to support Serilog.Sinks.Postgresql.Alternative sink. Hence, existing integration tests are according to Serilog.Sinks.PostgresSQL, I added some unit tests (QueryBuilderTests.cs) for query generation based on Serilog.Sinks.Postgresql.Alternative. Once we refactored integration tests and used sinks to insert log data, we could unify tests for both sinks.

mo-esmp commented 8 months ago

@followynne I applied your comments; please re-review.