{ "info": { "author": "Madra David", "author_email": "madra@199fix.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3" ], "description": "===============\n199Fix\n===============\n\n199Fix provides a logging handler to push exceptions and other errors to https://199fix.com/. \n\nInstallation\n============\n\nInstallation with ``pip``:\n::\n\n $ pip install 199fix\n\n\nGet an API Key here https://199fix.com/signup/\n\nAdd ``'199fix.handlers.I99FixHandler'`` as a logging handler:\n::\n\n LOGGING = {\n 'version': 1,\n 'disable_existing_loggers': False,\n 'filters': {\n 'require_debug_false': {\n '()': 'django.utils.log.RequireDebugFalse'\n }\n },\n 'handlers': {\n '199fix': {\n 'level': 'ERROR',\n 'class': 'i99fix.handlers.I99FixHandler',\n 'filters': ['require_debug_false'],\n 'api_key': '[your-api-key]',\n 'env_name': 'production',\n },\n },\n 'loggers': {\n 'django': {\n 'handlers': ['199fix'],\n 'level': 'ERROR',\n 'propagate': True,\n },\n }\n}\n\nSettings\n========\n\n``level`` (built-in setting)\n Change the ``level`` to ``'ERROR'`` to disable logging of 404 error messages.\n\n``api_key`` (required)\n API key , Get one here https://199fix.com/.\n\n``env_name`` (required)\n Name of the environment (e.g. production, development)\n\nContributing\n============\n* Fork the repository on GitHub and start hacking.\n* Run the tests.\n* Send a pull request with your changes.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/199fix/199fix/tarball/0.3", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/199fix/199fix", "keywords": "logging,uptime monitoring", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "199Fix", "package_url": "https://pypi.org/project/199Fix/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/199Fix/", "project_urls": { "Download": "https://github.com/199fix/199fix/tarball/0.3", "Homepage": "https://github.com/199fix/199fix" }, "release_url": "https://pypi.org/project/199Fix/1.1.2/", "requires_dist": null, "requires_python": null, "summary": "199fix exception logger for Django", "version": "1.1.2" }, "last_serial": 1866205, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "c85165a28c1fc785e987daf77bd63e56", "sha256": "c40ca01e2083c30b541975312945b4f723ea295d989ef28d7e37342cb4826187" }, "downloads": -1, "filename": "199Fix-1.1.0.tar.gz", "has_sig": false, "md5_digest": "c85165a28c1fc785e987daf77bd63e56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4249, "upload_time": "2015-07-27T00:42:13", "url": "https://files.pythonhosted.org/packages/f9/d4/a11111f0084352c25a2e3fe47875a91f2b71ab928d855f50402823c087c2/199Fix-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "777b42f4000bdabd86b104970ea743b1", "sha256": "517a2fe01fa58b2088b6990d92186c8bb5214622b8ae00548e5e814508911f56" }, "downloads": -1, "filename": "199Fix-1.1.1.tar.gz", "has_sig": false, "md5_digest": "777b42f4000bdabd86b104970ea743b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4401, "upload_time": "2015-08-20T01:43:40", "url": "https://files.pythonhosted.org/packages/5a/a8/f6f2a43f9d6a08f8ef768d4ba068ee7eec9fc13863a9bab4118d74660270/199Fix-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "c45dc1e0cda66228a5f6beaafe813fe0", "sha256": "05f8b3aa807c6d1f27d6fbba7af9fc2f9cd8cbafbb13b5440f29ec9fb85ba548" }, "downloads": -1, "filename": "199Fix-1.1.2.tar.gz", "has_sig": false, "md5_digest": "c45dc1e0cda66228a5f6beaafe813fe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4285, "upload_time": "2015-12-17T03:50:18", "url": "https://files.pythonhosted.org/packages/b0/08/009a1724b20c12ca35f3b8022db7df53ec6fb94826eb036d8b501f94a2e1/199Fix-1.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c45dc1e0cda66228a5f6beaafe813fe0", "sha256": "05f8b3aa807c6d1f27d6fbba7af9fc2f9cd8cbafbb13b5440f29ec9fb85ba548" }, "downloads": -1, "filename": "199Fix-1.1.2.tar.gz", "has_sig": false, "md5_digest": "c45dc1e0cda66228a5f6beaafe813fe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4285, "upload_time": "2015-12-17T03:50:18", "url": "https://files.pythonhosted.org/packages/b0/08/009a1724b20c12ca35f3b8022db7df53ec6fb94826eb036d8b501f94a2e1/199Fix-1.1.2.tar.gz" } ] }