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

Changed to attach correct column writer to exception column #16

Closed GZidar closed 4 years ago

GZidar commented 4 years ago

This small change should fix the problem where the exception column in the database table gets the wrong data written to it

SeppPenner commented 4 years ago

Nice catch 👍 This is definitely a copy-paste error from my side. I will release a new version with your fix soon.

SeppPenner commented 4 years ago

Fixes https://github.com/SeppPenner/SerilogSinkForPostgreSQL/issues/15.