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 に Thin ではなく WEBrick を選択させる方法を教えてもらえれば、喜んで WEBrick に切り替えます (Sinatra アプリを実行するために Shotgun を使用しています)。
WEBrick を使用するには、shotgun を次のように実行します: shotgun yourapp.rb --server=webrick