Name | logging-reset JSON |
Version |
10.0.3
JSON |
| download |
home_page | |
Summary | Reset Python logging configuration to factory defaults |
upload_time | 2019-03-07 04:15:53 |
maintainer | |
docs_url | None |
author | Maybe Null |
requires_python | |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
### Reset Python logging configuration to factory defaults
Reset logging configuration in your project to factory defaults - to deal with third-party libraries which configure their own formatters, etc. at import time.
## Usage:
```
>>> import logreset
>>> logreset.reset_logging()
```
Raw data
{
"_id": null,
"home_page": "",
"name": "logging-reset",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Maybe Null",
"author_email": "maybenull@protonmail.ch",
"download_url": "https://files.pythonhosted.org/packages/c1/8e/da32e27da600668cf20bac348f28df17c772f8978588364220c9abb55a49/logging-reset-10.0.3.tar.gz",
"platform": "",
"description": "### Reset Python logging configuration to factory defaults\n\nReset logging configuration in your project to factory defaults - to deal with third-party libraries which configure their own formatters, etc. at import time.\n\n\n## Usage:\n\n```\n\n >>> import logreset\n >>> logreset.reset_logging()\n\n```",
"bugtrack_url": null,
"license": "",
"summary": "Reset Python logging configuration to factory defaults",
"version": "10.0.3",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c18eda32e27da600668cf20bac348f28df17c772f8978588364220c9abb55a49",
"md5": "d693bd5e271d4b3636ca900b309ed6d9",
"sha256": "1a8f9af0d235eaf612c4497d1b9cc5113cef0139c20a7af949fa192543c84698"
},
"downloads": -1,
"filename": "logging-reset-10.0.3.tar.gz",
"has_sig": false,
"md5_digest": "d693bd5e271d4b3636ca900b309ed6d9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1476,
"upload_time": "2019-03-07T04:15:53",
"upload_time_iso_8601": "2019-03-07T04:15:53.611330Z",
"url": "https://files.pythonhosted.org/packages/c1/8e/da32e27da600668cf20bac348f28df17c772f8978588364220c9abb55a49/logging-reset-10.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2019-03-07 04:15:53",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "logging-reset"
}