Skip to main content

UNKNOWN

Project description

# supervisor-stdout

A simple [supervisord](http://supervisord.org/) event listener to relay process output to supervisor’s stdout.

This is useful in situations where the output will be collected and set to external logging framework, such as Heroku.

## Installation

Just install via pip or add to your requirements.txt:

pip install supervisor-stdout

## Usage

An example supervisord.conf:

[supervisord] nodaemon = true

[program:web] command = … stdout_events_enabled = true stderr_events_enabled = true

[eventlistener:stdout] command = supervisor_stdout buffer_size = 100 events = PROCESS_LOG result_handler = supervisor_stdout:event_handler

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

supervisor-stdout-0.1.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page