Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在跑步bundle exec thin -p 4000 -e sandbox start 2>&1,我得到:
bundle exec thin -p 4000 -e sandbox start 2>&1
>> Using rails adapter
它只是挂在那里,我不认为我的 Rails 适配器正在运行。是否thin有日志或我可以看到的东西以了解发生了什么?
thin
原来我不得不用它foreman来启动和运行。
foreman
看看这个网站
http://code.macournoyer.com/thin/doc/classes/Thin/Logging.html
它具有您记录适配器所需的信息