Double console output?

前端 未结 6 1497
深忆病人
深忆病人 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 05:04

    in regards to rails_12factor - if you change the line in the Gemfile to:

    gem 'rails_12factor', group: :production
    

    you will no longer see the double output in the console while debugging, etc.

提交回复
热议问题