-
LogLens CLI v0.1.0
StableSome checks failedreleased this
2026-02-02 08:09:08 +00:00 | 101 commits to main since this releaseLogLens CLI v0.1.0
A powerful CLI tool for parsing, analyzing, and providing intelligent summaries of log files.
Features
- Multi-format Log Parsing (JSON, Syslog, Apache/Nginx)
- Error Pattern Detection with 20+ patterns
- Severity Classification (Critical, Error, Warning, Info, Debug)
- Real-time Analysis via pipe support
- Human-readable Reports with color coding
- Unix Tool Integration
Installation
pip install loglens-cliQuick Start
loglens analyze app.log loglens watch /var/log/app.log loglens report app.log --jsonWhat's Changed
- Initial release with complete log parsing and analysis capabilities
- Support for JSON, syslog (RFC 3164/5424), and Apache/Nginx formats
- Built-in error patterns for exceptions, network errors, database errors, and more
- Multiple output formatters (table, JSON, text)
- Comprehensive test suite
Downloads