Metadata-Version: 2.4
Name: invenio-logging
Version: 4.3.0
Summary: Module providing logging capabilities.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-logging
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: invenio,logging
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.8
Requires-Dist: invenio-celery<3.0.0,>=2.0.0
Requires-Dist: invenio-db<3.0.0,>=2.0.0
Provides-Extra: sentry
Requires-Dist: sentry-sdk[flask]<3.0.0,>=2.0.0; extra == 'sentry'
Provides-Extra: tests
Requires-Dist: flask-login>=0.6.1; extra == 'tests'
Requires-Dist: httpretty>=0.8.14; extra == 'tests'
Requires-Dist: iniconfig>=1.1.1; extra == 'tests'
Requires-Dist: mock>=1.3.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == 'tests'
Requires-Dist: sentry-sdk[flask]<3.0.0,>=2.0.0; extra == 'tests'
Requires-Dist: sphinx>=4.5; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2015-2018 CERN.
    SPDX-License-Identifier: MIT

=================
 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/
