For a nodejs library for track api console, loglevel is my go-to. It’s tiny and does the job without bloat.
No built-in real-time, but you can hack it with WebSockets if you’re feeling spicy.
Also, +1 for morgan if you just need request logging.
No built-in real-time, but you can hack it with WebSockets if you’re feeling spicy.
Also, +1 for morgan if you just need request logging.
