{ "info": { "author": "Honza Pokorny", "author_email": "me@honza.ca", "bugtrack_url": null, "classifiers": [], "description": "django-riemann\n==============\n\nSend logging information to a [Riemann][1] instance via Django's `LOGGING`\ndirective.\n\n[1]: http://riemann.io/\n\nInstalll\n--------\n\n```\npip install django-riemann\n```\n\nFields\n------\n\n```\nhost: the host name of the app that is sending the logs\nservice: 'django-logger'\nstate: log level\ntime: time of the log event\ntags: logger name\ndescription: traceback if available\n```\n\nConfiguration\n-------------\n\n\n\n``` python\nRIEMANN_LOGGER_HOST = '127.0.0.1'\nRIEMANN_LOGGER_PORT = '5555'\nRIEMANN_LOGGER_TRANSPORT = 'udp' # or 'tcp'\n\n\nLOGGING = {\n # ...\n 'handlers': {\n 'riemann': {\n 'level': 'INFO',\n 'class': 'riemann.handler.RiemannHandler'\n }\n }\n}\nLOGGING['root']['handlers'].append('riemann')\n```\n\nLicense\n-------\n\nBSD, short and sweet\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/honza/django-riemann", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-riemann", "package_url": "https://pypi.org/project/django-riemann/", "platform": "", "project_url": "https://pypi.org/project/django-riemann/", "project_urls": { "Homepage": "https://github.com/honza/django-riemann" }, "release_url": "https://pypi.org/project/django-riemann/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Send logging data to Riemann", "version": "0.0.2" }, "last_serial": 2708144, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c9247f1a84d2bd71dd448207beb5fcc3", "sha256": "15e22d58b59677235f0290aa10ce974a318ae52378172224beba8453d10e73f3" }, "downloads": -1, "filename": "django-riemann-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c9247f1a84d2bd71dd448207beb5fcc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1719, "upload_time": "2015-01-30T12:51:41", "url": "https://files.pythonhosted.org/packages/03/9f/8c9a516a44a0cd6ff5b2f1653daf242c7b96e59802deafae108ed731629f/django-riemann-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7e9bccc843223332f94b4de394429b8b", "sha256": "1245fba2db6b741f6f8cbf6ca859fa5007e5b3b6f95f4403a00f79cfacba5810" }, "downloads": -1, "filename": "django-riemann-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7e9bccc843223332f94b4de394429b8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1732, "upload_time": "2017-03-15T18:49:28", "url": "https://files.pythonhosted.org/packages/43/cf/5e0af3e6ef5034b8c2438942bfadb34803268f07eb5501779e2f27bfa4b2/django-riemann-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7e9bccc843223332f94b4de394429b8b", "sha256": "1245fba2db6b741f6f8cbf6ca859fa5007e5b3b6f95f4403a00f79cfacba5810" }, "downloads": -1, "filename": "django-riemann-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7e9bccc843223332f94b4de394429b8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1732, "upload_time": "2017-03-15T18:49:28", "url": "https://files.pythonhosted.org/packages/43/cf/5e0af3e6ef5034b8c2438942bfadb34803268f07eb5501779e2f27bfa4b2/django-riemann-0.0.2.tar.gz" } ] }