commit 934f9e7e0953ee1f6c0ab0905ffd9be60fa25010 parent 187b16bfeb3554225d525bc9d7bf384134596072 Author: Joel-Haeberli <haebu@rubigen.ch> Date: Mon, 3 Jun 2024 20:02:00 +0200 fix: enhance logging Diffstat:
| M | c2ec/db-postgres.go | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/c2ec/db-postgres.go b/c2ec/db-postgres.go @@ -377,6 +377,7 @@ func (db *C2ECPostgres) GetWithdrawalByProviderTransactionId(tid string) (*Withd PS_GET_WITHDRAWAL_BY_PTID, tid, ); err != nil { + LogInfo("postgres", "failed query="+PS_GET_WITHDRAWAL_BY_PTID) LogError("postgres", err) if row != nil { row.Close()