|
|
|
|
|
by t1mmen
1002 days ago
|
|
This looks really cool, congrats on the launch! I haven’t had time to dig in proper, but this seems like something that would fit perfectly for “local dev” logging as well. I struggled to find a good solution for this, ending up Winston -> JSON, with a simpler “dump to terminal” script running. (The app I’m building does a ton of “in the background” work, and I wanted to present both “user interactions” and “background worker” logs in context) I don’t see Winston being supported as a transport, but presumably easy to add/contribute. Good luck! |
|
In fact this is actually how we develop locally - because even our local stack is comparatively noisy, we enable self-logging in HyperDX so our local logs/traces go to our own dev instance, and we can quickly trace a 500 that way. (Literally was doing this last night for a PR I'm working on).