# supervisor-logging **Repository Path**: mirrors_didip/supervisor-logging ## Basic Information - **Project Name**: supervisor-logging - **Description**: Logging plugin for Supervisor - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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/