add debug logs for the pool data entry
This commit is contained in:
parent
5fac27d00e
commit
ba93bd9152
@ -65,6 +65,7 @@ func (h *MenuHandlers) GetPools(ctx context.Context, sym string, input []byte) (
|
||||
|
||||
// Write data entries
|
||||
for key, value := range dataMap {
|
||||
fmt.Println("writing: ", value, "into: ", key)
|
||||
if err := userStore.WriteEntry(ctx, sessionId, key, []byte(value)); err != nil {
|
||||
logg.ErrorCtxf(ctx, "Failed to write data entry for sessionId: %s", sessionId, "key", key, "error", err)
|
||||
continue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user