You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These logs never show up in the docker logs. I know this config file is being correctly loaded, however, as it prints out my custom config on startup. How can I get these logs to go the stdout and thus the docker logs?
The text was updated successfully, but these errors were encountered:
Update: this seems to be a fault in the meinheld worker, which is something I believe should be documented for these docker images as well. For more info refer to my issue here: mopemope/meinheld#118
If I add a worker-level gunicorn hook to my
gunicorn_conf.py
, for example:These logs never show up in the
docker logs
. I know this config file is being correctly loaded, however, as it prints out my custom config on startup. How can I get these logs to go the stdout and thus thedocker logs
?The text was updated successfully, but these errors were encountered: