1 Repo
Splitting standard output and error streams into distinct terminal views to facilitate debugging.
Distinct from Log-Based Debugging: Focuses on the visual separation of streams in a terminal UI, rather than filtering logs from containers or pods.
Explore 1 awesome GitHub repository matching development tools & productivity · Terminal Log Stream Isolation. Refine with filters or upvote what's useful.
nodejs-dashboard is a command-line observability tool and performance monitor for Node.js applications. It functions as a terminal-based diagnostic dashboard that tracks real-time resource usage, event loop latency, and process health. The tool uses process injection to capture telemetry and monitor running processes without requiring manual instrumentation of the application source code. It employs a grid-based layout engine to visualize this data, allowing the separation of standard output and error streams into distinct panels for log debugging. Users can define the visual arrangement of
Separates standard output and error streams into distinct terminal views to isolate bugs and troubleshoot logs.