I\'m trying to save application log messages from a very simple flask app in a log file. While this works flawlessly when I\'m running the app with the embedded Flask server, it
With gunicorn 19.6, --capture-output --enable-stdio-inheritance seems to work.
--capture-output --enable-stdio-inheritance