TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Real-time log viewing

2 pointsby 87almost 7 years ago
The powerful solutions seem to focus on post-hoc log analysis. The thing I&#x27;m working on produces a lot of logs. Logs that I like to look at when debugging. Viewing them is a bit overwhelming.<p>I&#x27;d like a viewer that: -filters by JSON properties<p>-formats JSON logs into human readable messages<p>-can fold large messages<p>-lets you save sets of filters<p>-lets you simultaneously view the same set of messages using different filters<p>Right now I settled for splitting logs into different files based on filters. Which is okayish but doesn&#x27;t work well for teammates. And even at mediocre volumes Emacs will choke.

1 comment

java-manalmost 7 years ago
- are these files local or remote?<p>- do you need tail?<p>- could you provide a link to a typical log file (with sensitive info removed of course)?
评论 #17426245 未加载