Metadata-Version: 2.1
Name: invenio-logging
Version: 1.3.2
Summary: Module providing logging capabilities.
Home-page: https://github.com/inveniosoftware/invenio-logging
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            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-2019 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.
        
        Changes
        =======
        
        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.
        
Keywords: invenio logging
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 5 - Production/Stable
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: sentry
Provides-Extra: sentry-sdk
Provides-Extra: all
