{ "info": { "author": "Aur\u00e9lien Matouillot", "author_email": "a.matouillot@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pyramid", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Logging" ], "description": "pyramid_logging\r\n===============\r\n\r\nAdvanced logger for pyramid which add data from the request.\r\n\r\nIt's very easy to use::\r\n\r\n import pyramid_logging\r\n log = pyramid_logging.getLogger(__name__)\r\n\r\n\r\n def view(request):\r\n log.debug('Hello world', request=request)\r\n\r\n\r\nThe output is the same as pyramid_exclog. Some data added:\r\n\r\n * the URL called\r\n * The query parameters\r\n * The environment variables\r\n * the authenticated user", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/LeResKP/pyramid_logging", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyramid_logging", "package_url": "https://pypi.org/project/pyramid_logging/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyramid_logging/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/LeResKP/pyramid_logging" }, "release_url": "https://pypi.org/project/pyramid_logging/0.1/", "requires_dist": null, "requires_python": null, "summary": "Advanced logger for pyramid", "version": "0.1" }, "last_serial": 1003045, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "35d203780e9448c6f9ab12ea1e5ec9fc", "sha256": "3406c744edcf95be237dfd0dabb8bc449fc817596dddfe08302e32521e3f2a78" }, "downloads": -1, "filename": "pyramid_logging-0.1.tar.gz", "has_sig": false, "md5_digest": "35d203780e9448c6f9ab12ea1e5ec9fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3423, "upload_time": "2014-02-17T21:57:03", "url": "https://files.pythonhosted.org/packages/f3/91/c47437bfebf28e32bd2aa56515999cddd6726e4f51b10ed0c5dc27953a77/pyramid_logging-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "35d203780e9448c6f9ab12ea1e5ec9fc", "sha256": "3406c744edcf95be237dfd0dabb8bc449fc817596dddfe08302e32521e3f2a78" }, "downloads": -1, "filename": "pyramid_logging-0.1.tar.gz", "has_sig": false, "md5_digest": "35d203780e9448c6f9ab12ea1e5ec9fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3423, "upload_time": "2014-02-17T21:57:03", "url": "https://files.pythonhosted.org/packages/f3/91/c47437bfebf28e32bd2aa56515999cddd6726e4f51b10ed0c5dc27953a77/pyramid_logging-0.1.tar.gz" } ] }