Metadata-Version: 2.1
Name: json_line_logger
Version: 0.0.4
Summary: Configs for python's logging library to have a JSONL-log
Home-page: https://github.com/cherenkov-plenoscope/json_line_logger
Author: Sebastian Achim Mueller
Author-email: sebastian-achim.mueller@mpi-hd.mpg.de
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Description-Content-Type: text/x-rst
License-File: LICENSE

################
Json Line Logger
################
|TestStatus| |PyPiStatus| |BlackStyle|


Uses python's awesome logging-library and configures it to write JSON-lines.
In JSON-lines, each line in the log is a valid json-object.
This makes the log easy to read with a machine.


.. |TestStatus| image:: https://github.com/cherenkov-plenoscope/json_line_logger/actions/workflows/test.yml/badge.svg?branch=main
    :target: https://github.com/cherenkov-plenoscope/json_line_logger/actions/workflows/test.yml

.. |PyPiStatus| image:: https://img.shields.io/pypi/v/json_line_logger
    :target: https://pypi.org/project/json_line_logger

.. |BlackStyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
