文件名称:python-logging-json-formatter:一个日志格式器,将额外的数据作为JSON附加,例如用于loggly
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-27 04:29:42
Python
python-logging-json-formatter 一个日志格式器,将额外的数据作为JSON附加,例如用于loggly 用法 使用dictConfig import logging.config logging.config.dictConfig({ 'version': 1, 'formatters': { 'append_json': { '()': 'logging_json_formatter.AppendJSONFormatter', 'format': '%(asctime)s %(name)s %(levelname)s %(funcName)s %(filename)s:%(lineno)s %(message)s', # only use a speci
【文件预览】:
python-logging-json-formatter-master
----MANIFEST.in(179B)
----.travis.yml(211B)
----README.rst(1KB)
----logging_json_formatter()
--------formatters.py(2KB)
--------__init__.py(173B)
----tests()
--------test_formatters.py(2KB)
--------__init__.py(0B)
----LICENSE(1KB)
----setup.cfg(22B)
----setup.py(2KB)
----.gitignore(387B)
----Makefile(2KB)
----.editorconfig(245B)