Double console output?

前端 未结 6 1504
深忆病人
深忆病人 2021-02-08 04:28

Suddenly when I run my app locally, I get double console output. Does anybody know what might have caused this? The problem exists both when running Thin and Unicorn

<         


        
6条回答
  •  天涯浪人
    2021-02-08 04:48

    I've noticed this happens because of the rails_12factor gem. If you comment out gem rails_12factor from your Gemfile the double output should go away. My guess is that the double output isn't important to worry about since you need the gem anyways for Heroku. As for why the rails_12factor gem causes this I have no idea.

提交回复
热议问题