joinmarket-webui / joinmarket-webui/jam
Log reader for Send, Earn and Sweep inside UI
- Dominant language
- TypeScript
- Stars
- 330
- Forks
- 122
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 17
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
Contributor guide
Assessment
This issue has not been assessed yet.