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

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 8.0.2 to 8.0.3. Release notes Sourced from Npgsql's releases. v8.0.3 This version contains a high-severity security patch for CVE-2024-32655 everyone is advised to upgrade. A large number...

dependencies

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 8.0.2 to 8.0.3. Release notes Sourced from Npgsql's releases. v8.0.3 This version contains a high-severity security patch for CVE-2024-32655 everyone is advised to upgrade. A large number...

dependencies

Hello, When logging with Serilog using files it is possible to retain only a number of files if I'm not mistaken. Is it possible to do something similar with this...

enhancement

Hello everyone, Is there a way to pass an access credential instead of a fixed connection string? We are using using an Azure hosted PostgreSQL server and connect to it...

enhancement

Hello everyone Is there a way, preferably trough code, to configure the "Timestamp" property to be UTC? Currently my the JSON looks like this: ```json { "Level": "Information", "Timestamp": "2024-03-01T12:07:27.2510933-06:00",...

question

Is there a way to hard code a value in the appsettings.config for either a SinglePropertyColumnWriter OR a loggerPropertyColumnOptions? I would love to do this: ```json "loggerColumnOptions": { "Id": {...

question

I would like to know if there is a way to filter out certain fields from what is written in LogEvent. My current configuration is as follow ``` { "Name":...

enhancement

See https://github.com/b00ted/serilog-sinks-postgresql/issues/21 and https://github.com/b00ted/serilog-sinks-postgresql/pull/22

enhancement

It is impossible to define columns with DbType other than Text in the external configuration file. I need to have Json/Jsonb columns. With the PostegreSql Sink it was possible to...

bug

The document specifies setting the log property name in "Name" key, but it only functions correctly when set to "propertyName." _the result from "ShouldCreateLoggerFromConfig" integration test_ **Howtouse** ``` "loggerPropertyColumnOptions": {...