tridentli / pitchfork

Golang framework for secure communication platforms.
Apache License 2.0
5 stars 3 forks source link

Log libpq/error.Detail next to the error #153

Open massar opened 7 years ago

massar commented 7 years ago

https://github.com/lib/pq/blob/master/error.go#L29

The libpq Error -> Detail field contains extra details about an error, typically the reason why something failed and thus makes the error more understandable. We should included this in log messages.