文件名称:sentrylogs:将日志从Nginx和其他应用程序发送到Sentry
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-03 06:49:01
Python
哨兵日志 Sentry Logs允许您将日志发送到Sentry。 当前仅支持Nginx错误日志,但计划扩展该库以支持更多日志文件。 这个怎么运作 要安装sendrylog ,可以使用pip或easy_install: $ pip install sentrylogs $ easy_install sentrylogs 这将安装模块并提供新的控制台命令: $ sentrylogs -h usage: sentrylogs [-h] [--sentryconfig SENTRYCONFIG] [--sentrydsn SENTRYDSN] [--daemonize] [--follow FOLLOW] [--nginxerrorpath NGINXERRORPATH] Send logs to Django Sentr
【文件预览】:
sentrylogs-master
----setup.py(2KB)
----.gitignore(927B)
----Dockerfile(187B)
----requirements.txt(41B)
----.travis.yml(412B)
----MANIFEST.in(67B)
----sentrylogs()
--------bin()
--------__init__.py(231B)
--------daemonize.py(8KB)
--------parsers()
--------conf()
--------helpers.py(565B)
----Pipfile.lock(5KB)
----LICENSE.txt(1KB)
----README.rst(4KB)
----tests()
--------test_cli.py(1KB)
--------test_nginx.py(3KB)
----Pipfile(176B)
----AUTHORS.txt(117B)
----CHANGES.txt(929B)
----tox.ini(1KB)