Skip to main content

supervisor logs

Project description

Installation

$ [sudo] pip install supervisor-logs

CLI

usage __doc__
python -m supervisor_logs.add path ... add stdout_logfile and stderr_logfile to supervisor config sections
python -m supervisor_logs.clear path ... clear log files
python -m supervisor_logs.mkdir path ... create stdout_logfile and stderr_logfile dirs

Examples

file.ini before

[program:name]
$ export SUPERVISOR_LOGS=~/Library/Logs
$ python -m supervisor_logs.add file.ini

file.ini after

[program:name]
stderr_logfile = ~/Library/Logs/supervisor/name/err.log
stdout_logfile = ~/Library/Logs/supervisor/name/out.log
$ find . -name "*.ini" -exec supervisor_logs.add {} \;  # add logs to program sections
$ find . -name "*.ini" -exec supervisor_logs.mkdir {} \;  # make log directories
$ find . -name "*.ini" -exec supervisor_logs.clear {} \;  # clear log files

readme-generator

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-logs-2019.3.23.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

supervisor_logs-2019.3.23-py2.py3-none-any.whl (171.5 kB view hashes)

Uploaded Python 2 Python 3

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