Skip to content

didip/supervisor-logging

 
 

Repository files navigation

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

About

Logging plugin for Supervisor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%