From e564f1328bae24923e09a0e85e70c77f43297372 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Thu, 20 Mar 2025 13:48:34 +0300 Subject: [PATCH] add fetched vouchers log --- handlers/application/menuhandler.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handlers/application/menuhandler.go b/handlers/application/menuhandler.go index 1aeda8e..dec7cd2 100644 --- a/handlers/application/menuhandler.go +++ b/handlers/application/menuhandler.go @@ -2034,6 +2034,8 @@ func (h *MenuHandlers) CheckVouchers(ctx context.Context, sym string, input []by return res, nil } + logg.InfoCtxf(ctx, "fetched user vouchers", "public_key", string(publicKey), "vouchers", vouchersResp) + // check the current active sym and update the data activeSym, _ := userStore.ReadEntry(ctx, sessionId, storedb.DATA_ACTIVE_SYM) if activeSym != nil {