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 details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for supervisor-stdout-0.1.1.tar.gz
Algorithm Hash digest
SHA256 44d39f634ca8d1876c3414422b5a070826cd3d22e5003c482c3451eaffa45267
MD5 068bfa06477174468008204bf718c7b6
BLAKE2b-256 ef98557ea85b26753c990a00159e32ead242be617754b0f9f2683b0d4350a1b2

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