Serilog.Sinks.Postgresql.Alternative
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/.
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...
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...
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...
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...
LogEventSerializedColumnWriter: Modify "Timestamp" JSON value from log_event column to be UTC format
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",...
SinglePropertyColumnWriter OR loggerPropertyColumnOptions with a custom value via appsettings.config
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": {...
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":...
See https://github.com/b00ted/serilog-sinks-postgresql/issues/21 and https://github.com/b00ted/serilog-sinks-postgresql/pull/22
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...
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": {...