..
This file is part of Invenio.
Copyright (C) 2015-2018 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
=================
Invenio-Logging
=================
.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-logging.svg
:target: https://github.com/inveniosoftware/invenio-logging/blob/master/LICENSE
.. image:: https://github.com/inveniosoftware/invenio-logging/workflows/CI/badge.svg
:target: https://github.com/inveniosoftware/invenio-logging/actions
.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-logging.svg
:target: https://coveralls.io/r/inveniosoftware/invenio-logging
.. image:: https://img.shields.io/pypi/v/invenio-logging.svg
:target: https://pypi.org/pypi/invenio-logging
Invenio-Logging is a core component of Invenio responsible for configuring
the Flask application logger.
Further documentation at: https://invenio-logging.readthedocs.io/
..
This file is part of Invenio.
Copyright (C) 2015-2024 CERN.
Copyright (C) 2024 Graz University of Technology.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
Changes
=======
Version v4.0.2 (released 2024-12-03)
- sentry: move imports inside extension class initializer
Version v4.0.1 (released 2024-12-03)
- sentry: import-detect sentry_sdk usage
Version 4.0.0 (released 2024-12-02)
- setup: bump invenio dependencies
Version 3.0.0 (released 2024-11-29)
- setup: change sentry_sdk to sentry
Version 2.1.2 (released 2024-11-28)
- setup: pin dependencies
Version 2.1.1 (released 2024-04-30)
- installation: upper pin Sentry-SDK
Version 2.1.0 (released 2023-10-15)
- set sentry_event_id in templates
Version 2.0.1 (released 2023-10-14)
- set sentry_event_id
Version 2.0.0 (released 2023-10-12)
- removes support for raven
Version 1.3.2 (released 2022-02-28)
- Fix dependency graph issue.
Version 1.3.1 (released 2022-02-16)
- Adds support for logging SQL queries and Redis calls to Sentry.
Version 1.3.0 (released 2020-03-12)
- drop Python 2.7 support
- change Flask dependency to invenio-base
Version 1.2.1 (released 2020-01-22)
- increased minimal six version
- changed documentation stale urls
Version 1.2.0 (released 2019-08-02)
Version 1.1.1 (released 2019-06-19)
- Fixed incorrect warnings logging by Sentry.
- Fixed unused config variables for Sentry.
Version 1.1.0 (released 2018-12-14)
Version 1.0.0 (released 2018-03-23)
- Initial public release.
Raw data
{
"_id": null,
"home_page": "https://github.com/inveniosoftware/invenio-logging",
"name": "invenio-logging",
"maintainer": null,
"docs_url": "https://pythonhosted.org/invenio-logging/",
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "invenio logging",
"author": "CERN",
"author_email": "info@inveniosoftware.org",
"download_url": "https://files.pythonhosted.org/packages/47/32/1057196f159290281641a10a2378496b21f8360f133f1af4f5a147b0139e/invenio_logging-4.0.2.tar.gz",
"platform": "any",
"description": "..\n This file is part of Invenio.\n Copyright (C) 2015-2018 CERN.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\n=================\n Invenio-Logging\n=================\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-logging.svg\n :target: https://github.com/inveniosoftware/invenio-logging/blob/master/LICENSE\n\n.. image:: https://github.com/inveniosoftware/invenio-logging/workflows/CI/badge.svg\n :target: https://github.com/inveniosoftware/invenio-logging/actions\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-logging.svg\n :target: https://coveralls.io/r/inveniosoftware/invenio-logging\n\n.. image:: https://img.shields.io/pypi/v/invenio-logging.svg\n :target: https://pypi.org/pypi/invenio-logging\n\n\nInvenio-Logging is a core component of Invenio responsible for configuring\nthe Flask application logger.\n\nFurther documentation at: https://invenio-logging.readthedocs.io/\n\n..\n This file is part of Invenio.\n Copyright (C) 2015-2024 CERN.\n Copyright (C) 2024 Graz University of Technology.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\nChanges\n=======\n\nVersion v4.0.2 (released 2024-12-03)\n\n- sentry: move imports inside extension class initializer\n\nVersion v4.0.1 (released 2024-12-03)\n\n- sentry: import-detect sentry_sdk usage\n\nVersion 4.0.0 (released 2024-12-02)\n\n- setup: bump invenio dependencies\n\nVersion 3.0.0 (released 2024-11-29)\n\n- setup: change sentry_sdk to sentry\n\nVersion 2.1.2 (released 2024-11-28)\n\n- setup: pin dependencies\n\nVersion 2.1.1 (released 2024-04-30)\n\n- installation: upper pin Sentry-SDK\n\nVersion 2.1.0 (released 2023-10-15)\n\n- set sentry_event_id in templates\n\nVersion 2.0.1 (released 2023-10-14)\n\n- set sentry_event_id\n\nVersion 2.0.0 (released 2023-10-12)\n\n- removes support for raven\n\nVersion 1.3.2 (released 2022-02-28)\n\n- Fix dependency graph issue.\n\nVersion 1.3.1 (released 2022-02-16)\n\n- Adds support for logging SQL queries and Redis calls to Sentry.\n\nVersion 1.3.0 (released 2020-03-12)\n\n- drop Python 2.7 support\n- change Flask dependency to invenio-base\n\nVersion 1.2.1 (released 2020-01-22)\n\n- increased minimal six version\n- changed documentation stale urls\n\nVersion 1.2.0 (released 2019-08-02)\n\nVersion 1.1.1 (released 2019-06-19)\n\n- Fixed incorrect warnings logging by Sentry.\n- Fixed unused config variables for Sentry.\n\nVersion 1.1.0 (released 2018-12-14)\n\nVersion 1.0.0 (released 2018-03-23)\n\n- Initial public release.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "\"Module providing logging capabilities.\"",
"version": "4.0.2",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/invenio-logging"
},
"split_keywords": [
"invenio",
"logging"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cba453cf645b120307785da39eb4f05045f1c33f3c268151ced640aaef622cb4",
"md5": "50e20428fbb7195a0881e85e66e50318",
"sha256": "401aa84e82d7e180d1be4972f6f70e87aab2e7df7ce16ac477cde6d7a7c1263b"
},
"downloads": -1,
"filename": "invenio_logging-4.0.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "50e20428fbb7195a0881e85e66e50318",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 11736,
"upload_time": "2024-12-03T12:49:00",
"upload_time_iso_8601": "2024-12-03T12:49:00.109797Z",
"url": "https://files.pythonhosted.org/packages/cb/a4/53cf645b120307785da39eb4f05045f1c33f3c268151ced640aaef622cb4/invenio_logging-4.0.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "47321057196f159290281641a10a2378496b21f8360f133f1af4f5a147b0139e",
"md5": "054e1ffc683a80ef0a3ff961314c79b9",
"sha256": "98a684469540dffcef93d0612bd9da47e25c33ad61a14c65943e130a2fce3667"
},
"downloads": -1,
"filename": "invenio_logging-4.0.2.tar.gz",
"has_sig": false,
"md5_digest": "054e1ffc683a80ef0a3ff961314c79b9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 22801,
"upload_time": "2024-12-03T12:49:05",
"upload_time_iso_8601": "2024-12-03T12:49:05.293712Z",
"url": "https://files.pythonhosted.org/packages/47/32/1057196f159290281641a10a2378496b21f8360f133f1af4f5a147b0139e/invenio_logging-4.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-03 12:49:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "inveniosoftware",
"github_project": "invenio-logging",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "invenio-logging"
}