improve logging
This commit is contained in:
parent
85bde475a3
commit
d2b6c30f3d
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ func lndhub_payment(w http.ResponseWriter, p *db.Payment, bolt11 decodepay.Bolt1
|
||||||
}
|
}
|
||||||
|
|
||||||
log.WithFields(log.Fields{"card_payment_id": p.Card_payment_id,
|
log.WithFields(log.Fields{"card_payment_id": p.Card_payment_id,
|
||||||
"resp_auth_bytes": resp_auth_bytes}).Info("issue 62")
|
"resp_auth_bytes": string(resp_auth_bytes)}).Info("issue 62")
|
||||||
|
|
||||||
var auth_keys LndhubAuthResponse
|
var auth_keys LndhubAuthResponse
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue