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

Support TimedRotatingFileHandler log #9

Closed kwangsooshin closed 4 years ago

kwangsooshin commented 4 years ago

Hi, I use TimedRotatingFileHandler now.

It generates timed rotating log files and it is renamed log file such as:

daily.log.2020-08-25
daily.log.2020-08-26
daily.log.2020-08-27

But in this case, I can't show all logs files in the log viewer.

Any method that I see all of logs in the directory?