Hi everyone,
Following my previous thread: Flask-Self-hosted-deployment-which-server
I will use Waitress as I'm running this under Windows :/
I would like to have the web traffic logged.
but according to Waitress documentation
So actually I have to use PasteDeploy to lunch waitress and have a config.ini file with the setup...
Not that simple...
Does somebody know how to use this ?
Or do you know an alternative to waitress that provide web traffic log and can run on Windows ?
Following my previous thread: Flask-Self-hosted-deployment-which-server
I will use Waitress as I'm running this under Windows :/
I would like to have the web traffic logged.
but according to Waitress documentation
Waitress doc Wrote:Waitress logs error conditions, debugging output, etc., but not web traffic. For web traffic logging, Paste provides TransLogger middleware.
So actually I have to use PasteDeploy to lunch waitress and have a config.ini file with the setup...
Not that simple...
Does somebody know how to use this ?
Or do you know an alternative to waitress that provide web traffic log and can run on Windows ?