Point it at a log folder and read the run's story in your browser.
Project description
seemylogs
Point it at a log folder and read the run's story in your browser. Lists every log in a folder; click one to get an Overview (health verdict, stage timeline, error triage), a Logs table (search, level filter, live tail), and Insights (level distribution, volume-over-time, top sources). Tolerant parser handles common Python log formats and drifts.
Install
pip install seemylogs
Use
seemylogs ./logs # serve folder, opens browser at http://127.0.0.1:8765
seemylogs ./logs --port 9000
seemylogs ./logs --no-browser
# 'logview' also works as an alias command
Supported log formats
Parser tries, in order, then a generic fallback:
- Pipe:
2026-07-02 14:26:52 | INFO | services.logger | message - Bracket:
2026-07-01 11:00:06,960 [INFO] Scraper: message - Dash:
2026-07-01 11:00:06,960 - name - INFO - message - Fallback: any line starting with a timestamp (level scanned best-effort)
Lines without a leading timestamp fold into the previous entry (tracebacks, wrapped messages).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seemylogs-0.2.2.tar.gz.
File metadata
- Download URL: seemylogs-0.2.2.tar.gz
- Upload date:
- Size: 408.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf9ebc74d64b210614991369c56a77ef589baa6a42fa07dc0c34b3f124f72593
|
|
| MD5 |
b80e2215b9b15ce3415f9c4cb2899a54
|
|
| BLAKE2b-256 |
76a543eacb4b06941d31c66da769d81bf110c36f59a459eab5018bf868442f83
|
File details
Details for the file seemylogs-0.2.2-py3-none-any.whl.
File metadata
- Download URL: seemylogs-0.2.2-py3-none-any.whl
- Upload date:
- Size: 24.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f77495766c4821be238997af74721af0eb0a105bac5a72aa0e71bd32cbadb877
|
|
| MD5 |
6ff8a384693d9c33d0ea39218a9cd2db
|
|
| BLAKE2b-256 |
3c1ccaaf803494746fdadb66f9f5b05115e3950712ca4e2a143dbf2f6d4a3bd6
|