# 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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file supervisor-stdout-0.1.1.tar.gz.
File metadata
- Download URL: supervisor-stdout-0.1.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44d39f634ca8d1876c3414422b5a070826cd3d22e5003c482c3451eaffa45267
|
|
| MD5 |
068bfa06477174468008204bf718c7b6
|
|
| BLAKE2b-256 |
ef98557ea85b26753c990a00159e32ead242be617754b0f9f2683b0d4350a1b2
|