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.tar.gz (2.0 kB view details)

Uploaded Source

File details

Details for the file supervisor-stdout-0.1.tar.gz.

File metadata

File hashes

Hashes for supervisor-stdout-0.1.tar.gz
Algorithm Hash digest
SHA256 f4472e5c2747210f1d6eda2bb8a42edf59d543b01f0c6c2ab729de0eb302058d
MD5 4ab84dc0de2e72fcb40a1f6039a7ebc7
BLAKE2b-256 883cdeed2bb8d803a3e3a373972c5588f6c9536ab93341bf525b916a224d0a95

See more details on using hashes here.

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