{ "info": { "author": "Mark Lacomber", "author_email": "marklacomber@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=================\nLogentries Logger\n=================\n\nThis is a plugin library to enable logging to Logentries from the Python Logger. Logentries is a real-time log management service on the cloud. More info at https://logentries.com.\n\nSetup\n-----\n\nTo use this library, you must first create an account on Logentries. This will only take a few moments.\n\nInstall\n-------\n\nTo install this library, use the following command:\n\n`pip install logentries`\n\nUsage\n-----\n\n #!/usr/bin/env python\n\n from logentries import LogentriesHandler\n import logging\n\n log = logging.getLogger('logentries')\n\n test = LogentriesHandler(LOGENTRIES_TOKEN)\n\n log.addHandler(test)\n\tlog.setLevel(logging.INFO) #WARN by default\n log.warn(\"Warning message\")\n\nConfigure\n---------\n\nThe parameter `LOGENTRIES_TOKEN` needs to be filled in to point to a file in your Logentries account.\n\nIn your Logentries account, create a new host, giving it a name that represents your app. Then create a logfile, selecting `Token TCP` as the source_type. This will print a Token UUID\nbeside the logfile. This is the value to use for `LOGENTRIES_TOKEN`.\n\nYou are now ready to start logging", "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/LogentriesLogger/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "LogentriesLogger", "package_url": "https://pypi.org/project/LogentriesLogger/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/LogentriesLogger/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/LogentriesLogger/" }, "release_url": "https://pypi.org/project/LogentriesLogger/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Python Logger plugin to send logs to Logentries", "version": "0.2.1" }, "last_serial": 931287, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "e9846712093f7bb69a64061971022ba8", "sha256": "7e0f5f7b250c4614e45150077ad307ebf89df5e32153dc8e6d86a74cce7ed8f5" }, "downloads": -1, "filename": "LogentriesLogger-0.2.1.tar.gz", "has_sig": false, "md5_digest": "e9846712093f7bb69a64061971022ba8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3142, "upload_time": "2013-11-28T17:14:57", "url": "https://files.pythonhosted.org/packages/38/d9/5a7677157a8418b4fd6699f89859b04da0e2e6c5b072855c42926335e36d/LogentriesLogger-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e9846712093f7bb69a64061971022ba8", "sha256": "7e0f5f7b250c4614e45150077ad307ebf89df5e32153dc8e6d86a74cce7ed8f5" }, "downloads": -1, "filename": "LogentriesLogger-0.2.1.tar.gz", "has_sig": false, "md5_digest": "e9846712093f7bb69a64061971022ba8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3142, "upload_time": "2013-11-28T17:14:57", "url": "https://files.pythonhosted.org/packages/38/d9/5a7677157a8418b4fd6699f89859b04da0e2e6c5b072855c42926335e36d/LogentriesLogger-0.2.1.tar.gz" } ] }