django-logtailer icon indicating copy to clipboard operation
django-logtailer copied to clipboard

Allows the viewing of any log file entries in real time directly from the Django admin interface. It allows you to filter on logs with regex and offer also a log clipboard for save desired log lines t...

Results 5 django-logtailer issues
Sort by recently updated
recently updated
newest added

This library can be built into application(e.g. admin portal of some webapp, that is the case I encountered). While reading log files is a feature of app for troubleshooting purposes,...

Hi, When running tests with your package I am getting this warning: `django.conf.urls.url() is deprecated in favor of django.urls.re_path()` Could you please update urls.py Thanks

Firstly I want to address that this is NOT A ISSUE, just a friendly recommendation. I am using - Python 3.9.9 - Django 3.2.7 I love what you did. Direct...

UnicodeDecodeError at /admin/logs/get-log-line/1/ 'ascii' codec can't decode byte Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 115, in _get_response response =...