jsonformatter:jsonformatter 是python 的格式化程序,可以轻松输出自定义的json 日志,例如输出LogStash 所需的日志

时间:2024-06-19 13:44:38
【文件属性】:

文件名称:jsonformatter:jsonformatter 是python 的格式化程序,可以轻松输出自定义的json 日志,例如输出LogStash 所需的日志

文件大小:19KB

文件格式:ZIP

更新时间:2024-06-19 13:44:38

python formatter logstash log logger

jsonformatter -- 用于 python 日志 json jsonformatter是python 输出json 日志的格式化程序,例如输出LogStash所需的日志。 轻松自定义(添加/替换) LogRecord属性,例如在Flask Web 项目中,将username属性添加到LogRecord以自动输出用户名。 从 0.2.X 版本开始支持Python 2.7和python 3 ,如果您使用的版本低于 0.2.X,则仅支持python 3 。 安装 jsonformatter 在 PyPI 上可用。 使用pip安装: $ pip install jsonformatter 或者: $ git clone https://github.com/MyColorfulDays/jsonformatter.git $ cd jsonformatter $ python


【文件预览】:
jsonformatter-master
----LICENSE(1KB)
----test()
--------test_windows.py(16KB)
--------test.py(15KB)
--------logger_config.ini(781B)
--------__init__.py(0B)
----setup.py(1KB)
----README.md(16KB)
----jsonformatter()
--------__init__.py(339B)
--------jsonformatter.py(21KB)
----.gitignore(1KB)

网友评论