aaronwmorris / indi-allsky

Software to manage a Linux-based All Sky Camera.
GNU General Public License v3.0
252 stars 42 forks source link

flask: allow gunicorn.error logger to be configured with GUNICORN_ERROR_LOG_HANDLER #1621

Closed USA-RedDragon closed 2 weeks ago

USA-RedDragon commented 2 weeks ago

In Docker, since syslog doesn't get piped to the stdout/stderr, error lines are unseen in the logs. This allows docker users to set GUNICORN_ERROR_LOG_HANDLER to wgsi to obtain logs in the standard output/error.