serilog-contrib / Serilog.Sinks.Postgresql.Alternative

Serilog.Sinks.Postgresql.Alternative is a library to save logging information from https://github.com/serilog/serilog to https://www.postgresql.org/.
MIT License
67 stars 13 forks source link

Exception column is getting the wrong data #15

Closed GZidar closed 4 years ago

GZidar commented 4 years ago

Line 160 in the file LoggerConfigurationPostgreSQLExtensions.cs is initialising the Exception case with the RenderedMessageColumnWriter instead of the ExceptionColumnWriter

SeppPenner commented 4 years ago

I have merged the pull request and will release a new version soon. Don't hesitate to create a new issue if you find anything else.

SeppPenner commented 4 years ago

Version 2.2.0 is out soon.