PipedreamHQ / PipedreamHQ/pipedream
[FEATURE] Live feedback of logs to the console when a Node.js step is executing during development
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Is your feature request related to a problem? Please describe.**
Sometimes Pipedream takes a while to process a step, and I am left to wonder if there is an issue in the code, or if it is working as expected. There is no live feedback to know if the execution is functioning properly.
**Describe the solution you'd like**
If the Node.js logs get printed real-time, I would be able to identify issues with the code almost instantly, as I would if I was working in my local terminal. Instead of all the logs printing at the end, seeing the live feedback would help immensely with troubleshooting and development.
**Do you have a workaround?**
There is no true workaround, I just have to wait for a step to finish executing before I can analyse if it worked as expected.
**Comparable features in other tools?**
Not another platform, but more so my own local development station. Live console logs help in development.
**Additional context**
I am purely asking for this to be implemented in the Node.js modules, however, if it gets implemented elsewhere, great!
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.