From d2b6c30f3d67e3c396298d379ef76a6e5d7f8b6b Mon Sep 17 00:00:00 2001 From: Peter Rounce Date: Thu, 27 Jul 2023 18:15:35 +0000 Subject: [PATCH] improve logging --- lnurlw/lnurlw_callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnurlw/lnurlw_callback.go b/lnurlw/lnurlw_callback.go index 3a2ac80..de8c74f 100644 --- a/lnurlw/lnurlw_callback.go +++ b/lnurlw/lnurlw_callback.go @@ -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, - "resp_auth_bytes": resp_auth_bytes}).Info("issue 62") + "resp_auth_bytes": string(resp_auth_bytes)}).Info("issue 62") var auth_keys LndhubAuthResponse