python - gunicorn - up and running but doesn't respond -
I'm running my dragon server side with a gun and it works perfectly
Today it stopped returning the results for some API calls, with debug as use pkill gunicorn
and python manage.py runerver 0.0.0.0:xxxx I have 2 questions:
- log file = -
to output For example: errors in the command line (stderr), for example:
gunicorn base.wsgi -c config.conf --log-file = -
Comments
Post a Comment