Hacker News new | ask | show | jobs
by corytheboyd 841 days ago
> Interactive Interface: Search, filter, and navigate through logs easily. // TODO

This is exactly why you would show logs in the browser though— this is not a nice to have, it is THE core feature. The browser is perfect for building the complex UI necessary for filtering and making sense of log streams.

2 comments

Ahh actually you can do search through the logs in real-time, I forgot to split that and remove TODO from the readme. Complex filtering based on the timestamp is yet to implement.
That’s probably why it’s on their TODO list