Metadata-Version: 1.0
Name: supervisor-logging
Version: 0.0.1
Summary: Stream supervisord logs to a syslog instance
Home-page: https://github.com/infoxchange/supervisor-logging
Author: Infoxchange development team
Author-email: devs@infoxchange.net.au
License: Apache 2.0
Description: Supervisor-logging
        ==================
        
        A [supervisor] plugin to stream events to an external Syslog instance (for
        example, Logstash).
        
        Installation
        ------------
        
        ```
        pip install supervisor-logging
        ```
        
        Usage
        -----
        
        The Syslog instance to send the events to is configured with the environment
        variables:
        
        * `SYSLOG_SERVER`
        * `SYSLOG_PORT`
        * `SYSLOG_PROTO`
        
        Add the plugin as an event listener:
        
        ```
        [eventlistener:logging]
        command = supervisor_logging
        events = PROCESS_LOG
        ```
        
        [supervisor]: http://supervisord.org/
        
Platform: UNKNOWN
