pygelf:具有GELF(Graylog扩展日志格式)支持的Python日志处理程序

时间:2024-06-17 18:33:17
【文件属性】:

文件名称:pygelf:具有GELF(Graylog扩展日志格式)支持的Python日志处理程序

文件大小:24KB

文件格式:ZIP

更新时间:2024-06-17 18:33:17

python gelf graylog logging python3

pygelf 具有GELF(Graylog扩展日志格式)支持的Python日志处理程序。 当前支持TCP,UDP,TLS(加密的TCP)和HTTP日志处理程序。 获取pygelf pip install pygelf 用法 from pygelf import GelfTcpHandler , GelfUdpHandler , GelfTlsHandler , GelfHttpHandler import logging logging . basicConfig ( level = logging . INFO ) logger = logging . getLogger () logger . addHandler ( GelfTcpHandler ( host = '127.0.0.1' , port = 9401 )) logger . addHandler ( Gelf


【文件预览】:
pygelf-master
----setup.py(1KB)
----.gitignore(716B)
----.travis.yml(443B)
----MANIFEST.in(80B)
----LICENSE(1KB)
----setup.cfg(33B)
----pygelf()
--------__init__.py(104B)
--------handlers.py(9KB)
--------gelf.py(3KB)
----README.rst(6KB)
----tests()
--------__init__.py(0B)
--------test_dynamic_fields.py(2KB)
--------test_handler_specific.py(451B)
--------helper.py(2KB)
--------test_static_fields.py(2KB)
--------test_queuehandler_support.py(1KB)
--------config()
--------test_core_functions.py(2KB)
--------test_common_fields.py(3KB)
--------test_debug_mode.py(1KB)
----.pylintrc(246B)
----tox.ini(75B)

网友评论