feat: log all internal database errors to stderr

This commit is contained in:
Laurence Isla
2023-11-27 23:06:40 -05:00
committed by Steve Chavez
parent 8483459d59
commit 33891e3a73
4 changed files with 32 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ module PostgREST.Error
, PgError(..)
, Error(..)
, errorPayload
, status
) where
import qualified Data.Aeson as JSON