Contents

python-json-logger 2.0.7

0

A python library adding a json log formatter

Enhance Python logging with python-json-logger, a library that outputs log data as JSON objects. Customize fields and integrate easily with existing logs.

Stars: 1648, Watchers: 1648, Forks: 225, Open Issues: 22

The madzak/python-json-logger repo was created 12 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1648 github stars!

How to Install python-json-logger

You can install python-json-logger using pip

pip install python-json-logger

or add it to a project with poetry

poetry add python-json-logger

Package Details

Author
Zakaria Zajac
License
BSD
Homepage
http://github.com/madzak/python-json-logger
PyPi:
https://pypi.org/project/python-json-logger/
GitHub Repo:
https://github.com/madzak/python-json-logger

Classifiers

  • System/Logging
No  python-json-logger  pypi packages just yet.

Errors

A list of common python-json-logger errors.

Code Examples

Here are some python-json-logger code examples and snippets.

GitHub Issues

The python-json-logger package has 22 open issues on GitHub

  • Add PEP 561 marker
  • Broken link in the docs
  • Add a link to the reference page in case it's down (as it is now)
  • How can I output the json with newlines?
  • any tool to visualize the log
  • Nicer gunicorn json log message formatting

See more issues on GitHub

Related Packages & Articles

ijson 3.2.3

Iterative JSON parser with standard Python iterator interfaces

jsonpickle 3.0.3

Python library for serializing any arbitrary object graph into JSON

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.