Browse Source

Add supervisor-logging to the plugins list

Mike Naberezny 11 years ago
parent
commit
d29860c682
1 changed files with 3 additions and 0 deletions
  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
 -----------------------------------------------------------------