Python · CLI · Log reports

LogLens Lite

A lightweight command-line tool for turning raw application logs into readable incident reports.

LogLens Lite preview

Overview

LogLens Lite scans log files, classifies severity levels, extracts relevant events, and produces compact reports in Markdown or JSON. It is designed as a small developer tool with no heavy dependencies.

Implemented systems

  • Python package structure with CLI entrypoint.
  • Log parsing and severity classification.
  • Markdown and JSON report output.
  • Sample logs, tests, documentation, and example report.

What this demonstrates

The project shows practical Python, command-line UX, parsing, reporting, tests, and clean repository setup.