Allows to read log files from disk with a tail like web console on Django admin interface.
Project description
=================================
Django LogTailer
=================================
:Version: 1.0
:Source: http://github.com/fireantology/django-logtailer/
--
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 to the django db.
Demos
========
- Demo `Video`_
.. _`Video`: http://www.vimeo.com/28891014
Requirements
========
- Django > 1.8
- Python 3.x or 2.X
- Sessions enabled
Installation
========
- Copy the logtailer folder in you project and add it to the INSTALLED_APPS
- add to urls.py: url(r'^logs/', include('logtailer.urls')),
- Run manage.py migrate for create the required tables
- Run manage.py collectstatic
SETTING OPTIONS AVAILABLE
========
- LOGTAILER_HISTORY_LINES , Number of line to get back from the file on first read, default value is 0
Django LogTailer
=================================
:Version: 1.0
:Source: http://github.com/fireantology/django-logtailer/
--
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 to the django db.
Demos
========
- Demo `Video`_
.. _`Video`: http://www.vimeo.com/28891014
Requirements
========
- Django > 1.8
- Python 3.x or 2.X
- Sessions enabled
Installation
========
- Copy the logtailer folder in you project and add it to the INSTALLED_APPS
- add to urls.py: url(r'^logs/', include('logtailer.urls')),
- Run manage.py migrate for create the required tables
- Run manage.py collectstatic
SETTING OPTIONS AVAILABLE
========
- LOGTAILER_HISTORY_LINES , Number of line to get back from the file on first read, default value is 0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-logtailer-1.0.0.tar.gz
(31.2 kB
view hashes)
Built Distribution
Close
Hashes for django_logtailer-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5404efac189e715c155a38f6ec5ec3d066dfd0db257480ee290b4fb571448bf4 |
|
MD5 | 6f196ce49b1588e58fc72c442e0faf34 |
|
BLAKE2b-256 | d35b16bb41e2f503a9fd23bf3c4ed9254eddff3012389ec4ac44301a14cfb889 |