I’ve deployed a Flask app using Gunicorn and Nginx. That’s going well.
I can’t seem to locate the configuration params to log the output from my Flask Application to aid with debugging it.
I do have a logger installed and running, but for some purposes its faster to just see the output coming directly from the Flask App itself, as though I were running it from the command line.
Any help?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!