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_VIEWER_PAGE_LENGTH setting doesn't work #37

Open ton77v opened 1 year ago

ton77v commented 1 year ago

LOG_VIEWER_PAGE_LENGTH setting does nothing

Steps to reproduce

  1. Set LOG_VIEWER_PAGE_LENGTH in settings other than 25
  2. Open admin and load any file with 25+ entries, just 25 will be loaded. Changing from admin doesn't work at all

I've found the bug, will create a pull request in a moment