{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "Django Live Logging\n===================\n\nAllow live editing of logging configuration in django projects and/or log to internal database table.\n\n\nThis project does not pretend to be 'state of the art',\nwas written in few hours to help to troubleshoot applications where is not possible to access to log file easily.\nIt allow you to temporarly enable database logging and change/add logging level and loggers using django admin interface.\n\nThanks to Joeri Bekker for the https://github.com/joeribekker/django-logdb application\nfrom which the database logging part of this package was taken.\n\n\n.. note:: Only tested on Django 1.7\n\n\nQuick Installation\n------------------\n\n::\n\n pip install django-live-logging\n\n\nOnce installed, update your Django `settings.py` and add ``live_logging`` to your\nINSTALLED_APPS::\n\n INSTALLED_APPS = (\n 'django.contrib.admin',\n 'django.contrib.auth',\n 'django.contrib.contenttypes',\n 'django.contrib.sessions',\n ...\n 'live_logging',\n )\n\n\nConfigure Database logging\n--------------------------\nCreate an handler in your logging configuration to store into database.\n::\n\n LOGGING = {\n ...\n 'handlers': {\n ...\n 'db': {\n 'level': 'DEBUG',\n 'class': 'live_logging.handlers.DjangoDatabaseHandler',\n },\n }\n }", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-live-logging", "package_url": "https://pypi.org/project/django-live-logging/", "platform": "linux", "project_url": "https://pypi.org/project/django-live-logging/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-live-logging/0.1.dev20140913161855/", "requires_dist": null, "requires_python": null, "summary": "Live django logging configuration, monitoring and displaying", "version": "0.1.dev20140913161855" }, "last_serial": 1222918, "releases": { "0.1.dev20140913161855": [] }, "urls": [] }