标签: python flask gunicorn
启动烧瓶后可以查看烧瓶的传入请求,例如 flask image
有没有办法查看与gunicorn一起实时发送的请求?
答案 0 :(得分:0)
按以下方式运行Gunicorn,您将看到传入的请求日志:
$ gunicorn --workers 3 your_module:your_app --access-logfile -