Skip to main content

Allows to read log files from disk with a tail like web console on Django admin interface.

Project description

Version:
1.2
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

Requirements

  • Django > 1.8

  • Python 3.x or 2.X

  • Sessions enabled

Installation

  • Install the package with pip install django-logtailer

  • Add it to the INSTALLED_APPS in your SETTINGS

  • add to urls.py: url(r’^logs/’, include(‘logtailer.urls’)),

  • Run manage.py migrate for create the required tables

  • Run manage.py collectstatic

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.2.0.tar.gz (31.3 kB view hashes)

Uploaded Source

Built Distribution

django_logtailer-1.2.0-py2.py3-none-any.whl (37.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page