• v0.1.0 5d6d33bb58

    LogLens CLI v0.1.0
    Some checks failed
    CI / test (3.10) (push) Failing after 4m57s
    CI / test (3.11) (push) Failing after 4m55s
    CI / test (3.12) (push) Failing after 4m53s
    CI / test (3.9) (push) Failing after 4m56s
    CI / lint (push) Failing after 4m47s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-02-02 08:09:08 +00:00 | 101 commits to main since this release

    LogLens 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-cli
    

    Quick Start

    loglens analyze app.log
    loglens watch /var/log/app.log
    loglens report app.log --json
    

    What'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