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.
我最近为我正在开发的 Sinatra 应用程序安装了 Thin。但是,它似乎不像 WEBrick 那样记录/输出请求、响应和错误消息。有什么办法可以打开这些,也可以使用调试记录器?
如果没有,如果有人可以向我指出如何让 Sinatra 选择 WEBrick 而不是 Thin(我正在使用 shotgun 运行我的 sinatra 应用程序),我会很乐意切换回 WEBrick
要使用 WEBrick,请将 shotgun 运行为:shotgun yourapp.rb --server=webrick