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

Create filter by LOGLEVEL #20

Open jewelvadim opened 3 years ago

jewelvadim commented 3 years ago

I think it can be better to have an ability to filter logs entities by LOGLEVEL: INFO, WARNING, ERROR, etc.

agusmakmun commented 3 years ago

@jewelvadim for now, actually you can just search with it keywords, for example you fill [INFO] in searchbox, then it will search all [INFO] logs.