agusmakmun / django-log-viewer

Django Log Viewer allows you to read & download log files in the admin page
https://pypi.org/project/django-log-viewer/
MIT License
74 stars 30 forks source link

LOG FILES need paging and search form #14

Closed kwangsooshin closed 2 years ago

kwangsooshin commented 4 years ago

Hi, I want a new feature.

For example, I usually write logs each day, but I need to store 100 days.

And there are 2~3 Loggers. That means, after 100 days, there are 300 log files in LOG FILES area.

So, I think LOG FILES need paging and search form. Thank you!

image

agusmakmun commented 2 years ago

@kwangsooshin it already solved by @jsoligny, please update the latest version.

pip install django-log-viewer --upgrade