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.

Using Redis Pub/Sub and IRC for Error Logging with Python

14 pointsby alexis-dabout 13 years ago

2 comments

gregr401about 13 years ago
Why not leverage logstash: <a href="http://logstash.net/docs/1.1.0/" rel="nofollow">http://logstash.net/docs/1.1.0/</a> ? It doesn't have an irc output at the moment, but would be easy to add one. Very flexible tool!
pearkesabout 13 years ago
Is there any worry about user information being in the exception and being indexable?