Skip to content

hiidef/logdweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logdweb

This is a web front-end to the logging data persisted to redis by logd. The initial verison is going to be a django app you can run within an existing django stack, but long-term plans include a standalone wsgi app based on Flask.

To install, simply add logdweb to your INSTALLED_APPS, and add something like this to your urls.py:

(r'^admin/logd/', include('logdweb.django.urls')),