{ "info": { "author": "Evgeny Morozov", "author_email": "python-code@realityexists.net", "bugtrack_url": null, "classifiers": [], "description": "This Django app adds extra fields to log records emitted\nby the standard Python logging. Currently these include:\n\n* username - Username of the currently logged in Django user, if any. If no\n user is logged in the value is \"_\" (distinct from empty string, which means\n that the information is not available).\n* client_ip - IP address of the client browser, obtained from REMOTE_ADDR and\n HTTP_X_FORWARDED_FOR.\n* absolute_url - the absolute URL of the current request, including the query\n string.\n* raw_post_data - the raw POST data for the current request, if any.\n\nThese fields are then available to be used in your logging formatter (see\nexample below). They are also visible in Django Sentry as additional data (if\nyou have Django Sentry installed).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/DjangoRequestLogger/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "DjangoRequestLogger", "package_url": "https://pypi.org/project/DjangoRequestLogger/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/DjangoRequestLogger/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/DjangoRequestLogger/" }, "release_url": "https://pypi.org/project/DjangoRequestLogger/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Django app to add current username, client IP, etc. to logging output.", "version": "0.2.0" }, "last_serial": 1185565, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "555d14c0d6181a5041d8689828dafae8", "sha256": "7762028c5292bce650dd54fdc8baf1219cd807b48191cdd2b039e1ff1c210b20" }, "downloads": -1, "filename": "DjangoRequestLogger-0.2.0.tar.gz", "has_sig": false, "md5_digest": "555d14c0d6181a5041d8689828dafae8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3965, "upload_time": "2014-08-10T13:09:40", "url": "https://files.pythonhosted.org/packages/bd/6a/0568fab6d944101a3e99fec0447079cfcd487591f653da75748bf26a9a07/DjangoRequestLogger-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "555d14c0d6181a5041d8689828dafae8", "sha256": "7762028c5292bce650dd54fdc8baf1219cd807b48191cdd2b039e1ff1c210b20" }, "downloads": -1, "filename": "DjangoRequestLogger-0.2.0.tar.gz", "has_sig": false, "md5_digest": "555d14c0d6181a5041d8689828dafae8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3965, "upload_time": "2014-08-10T13:09:40", "url": "https://files.pythonhosted.org/packages/bd/6a/0568fab6d944101a3e99fec0447079cfcd487591f653da75748bf26a9a07/DjangoRequestLogger-0.2.0.tar.gz" } ] }