|
|
|
Show HN: Transform messy server logs into clean, readable format
(prettylog.net)
|
|
3 points
by bardonadam
163 days ago
|
|
Hey HN, I often check raw logs - out/error.log, nginx's access.log, etc, but they're hard to read So I built beautiful parser & formatter with filtering and syntax highlighting PrettyLog supports many common log formats out of the box:
- nginx access logs
- Apache error logs
- Syslog (RFC 5424)
- Logfmt (Heroku/Go style)
- Docker logs
- standard/node.js logs
- Spring Boot logs
- AWS VPC Flow logs
- Kubernetes kubectl get events If you need something specific, you can use custom regex parser. Processing is 100% local. Your data never leaves the browser. I hope you find it as useful as I do. Would love to hear your feedback Adam |
|