Rails app logging duplicate requests

前端 未结 8 2231
感情败类
感情败类 2021-01-04 19:37

I have a Rails app that is generating duplicate requests for every request in development. The app is running Rails 2.3.5 with my primary development machine running Ubuntu

8条回答
  •  春和景丽
    2021-01-04 19:48

    I resolved this problem by commenting the following line in app/config/environments/development.rb:

    config.middleware.use Rails::Rack::LogTailer
    

    I do not remember exactly the reason to use this setting

提交回复
热议问题