python-json-logger:基于 Python logging 包的 JSON 日志生成工具项目

JSON Formatter for Python Logging

分支4Tags31
文件最后提交记录最后更新时间
Move to uv (#40) Per title ### Test Plan - ensure GHA runs1 年前
[docs.security] Fix type on last date 1 个月前
Move documentation to mkdocs (#14) This pull request moves the existing documentation to `mkdocs` for generation. This includes setting links for use with GitHub Pages. ## Test Plan View the docs locally using `mkdocs serve`.1 年前
Update code unlocked by Python 3.10 minimum version 1 个月前
Update code unlocked by Python 3.10 minimum version 1 个月前
Fix import pthonjsonlogger.jsonlogger (#33) Fixes: #29 Although efforts were made for backwards compatibility using `__getattr__` in `pythonjsonlogger/__init__.py`, this only worked if you were doing `from pythonjsonlogger import jsonlogger`. When importing by the full name `import pythonjsonlogger.jsonlogger` it it would fail to locate the module file and thus not be able to produce a module spec which then of course causes the import to fail. We get around this by actually having a module that imports the names it needs from the new locations. ### Test Plan - Run unit tests1 年前
Add CODE_OF_CONDUCT.md symlink A code of conduct is included in docs/contributing.md. We add this symlink to make GitHub's "Community Standards" checklist happy. 1 年前
Modernise testing, linting etc - Move to `pyproject.toml` - Move to pylint - Add validate-pyproject, black, pylint, mypy to lint command - add pylintrc - add mypy.ini - Apply pyupgrade 37+ - Update LICENSE copyright holders - fix lint errors 2 年前
fixed python version mapping and typo in tox name 4 年前
Move documentation to mkdocs (#14) This pull request moves the existing documentation to `mkdocs` for generation. This includes setting links for use with GitHub Pages. ## Test Plan View the docs locally using `mkdocs serve`.1 年前
[docs,readme] add PyPI monthly downloads badge (#34) Fixes #321 年前
Move documentation to mkdocs (#14) This pull request moves the existing documentation to `mkdocs` for generation. This includes setting links for use with GitHub Pages. ## Test Plan View the docs locally using `mkdocs serve`.1 年前
Move documentation to mkdocs (#14) This pull request moves the existing documentation to `mkdocs` for generation. This includes setting links for use with GitHub Pages. ## Test Plan View the docs locally using `mkdocs serve`.1 年前
[mypy] Don't ignore orjson Ojson includes type annotations as of [3.6.1 (2021-08-04)](https://github.com/ijl/orjson/blob/master/CHANGELOG.md#361---2021-08-04) 2 个月前
[pylint] Remove old command 2 个月前
Release v4.1.0 1 个月前
Drop python 3.8, 3.9 support 1 个月前

PyPi PyPI - Status PyPI - Downloads Python Versions License Build Status

Python JSON Logger

Python JSON Logger enables you produce JSON logs when using Python's logging package.

JSON logs are machine readable allowing for much easier parsing and ingestion into log aggregation tools.

Documentation

License

This project is licensed under the BSD 2 Clause License - see LICENSE

Authors and Maintainers

This project was originally authored by Zakaria Zajac and our wonderful contributors

It is currently maintained by:

下载使用量

0

项目总下载次数(含Clone、Pull、 zip 包及 release 下载),每日凌晨更新

语言类型

Python100%