浏览代码

Add supervisor-logging to the plugins list

Mike Naberezny 11 年之前
父节点
当前提交
d29860c682
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/plugins.rst

+ 3 - 0
docs/plugins.rst

@@ -69,6 +69,9 @@ These also includes various event listeners.
     works by using the non-blocking mode of the XML-RPC methods and then
     polling ``supervisord``.  The built-in commands use the blocking mode,
     which can be slower due to ``supervisord`` implementation details.
+`supervisor-logging <https://github.com/infoxchange/supervisor-logging>`_
+    An event listener that sends process log events to an external
+    Syslog instance (e.g. Logstash).
 
 Libraries that integrate Third Party Applications with Supervisor
 -----------------------------------------------------------------