joinmarket-webui/jam

Log reader for Send, Earn and Sweep inside UI

Open

#748 ouverte le 3 mai 2024

Voir sur GitHub
 (17 commentaires) (0 réactions) (1 assigné)TypeScript (108 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (325 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

As a user I would love to be able to open an external window with my current log streaming automatically what is happening in the background.

when I start earn I get the ID and can find the correct log on the node. but that needs ssh and tail -f running. when I start a Send, I am blind because I can't pinpoint what log was created lastly to use easily.

behause there is always only one type of process running (send, earn, sweep) it should be easy to also show only the one correct log streaming

Describe the solution you'd like

JAM should give me a possibility to one click and open an a modal to see the correctly fetched log and give me opportunity to open that log even in its own external window to keep it open.

Describe alternatives you've considered

ssh into my node, find the right log that is active right now and stream that with tail -f

Guide contributeur