Преглед на файлове

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
 -----------------------------------------------------------------