Double console output?

前端 未结 6 1506
深忆病人
深忆病人 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:47

    As of Rails 4.2 and the time of this posting, the only solution I'm aware of is to remove rails_12factor from the Gemfile.

    Adding group: :production no longer prevents the double-logging. There is an open issue with heroku on github:

    https://github.com/heroku/rails_stdout_logging/issues/1

提交回复
热议问题