This set of files is to help you set up a socket listener for Python logging in a production environment.
The other files are:
Filename | Purpose |
---|---|
prepare.sh | A Bash script to prepare the environment for testing. |
supervisor.conf | The Supervisor configuration file, which has entries for the listener and a multi-process web application. |
ensure_app.sh | A Bash script to ensure that Supervisor is running with the above configuration. |
log_listener.py | The socket listener program which receives log events and records them to a file. |