django-log-panel - Collects logs from any logger configured in Django's standard `LOGGING` setting and displays them on a dashboar

Hi everyone, hope all is well.

Just released a small Django package: django-log-panel.

It adds a log dashboard to Django admin on top of your existing LOGGING setup, with per-logger status cards, warning/error counts, timelines, and searchable entries.

I built it for one of my personal projects and decided to publish it.

Repo