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
Release history Release notifications | RSS feed
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.tar.gz
.
File metadata
- Download URL: supervisor-stdout-0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4472e5c2747210f1d6eda2bb8a42edf59d543b01f0c6c2ab729de0eb302058d |
|
MD5 | 4ab84dc0de2e72fcb40a1f6039a7ebc7 |
|
BLAKE2b-256 | 883cdeed2bb8d803a3e3a373972c5588f6c9536ab93341bf525b916a224d0a95 |