? ~ sudo supervisorctl data_config FATAL Exited too quickly (process log may have details) data_config_beat RUNNING pid 6326, uptime 3:22:08 data_config_worker RUNNING pid 6446, uptime 3:19:54
在用supervisor监听uwsgi的时候报错 此时uwsgi在后台正常运行
FATAL Exited too quickly (process log may have details)
经过一番查询发现是配置文件的问题
把uwsgi配置文件里的删除daemonize = /home/www/uwsgi.log
就可以正常监听了
原文:https://www.cnblogs.com/shenwenlong/p/10491426.html