Puma - show full logs when run server with config file

前端 未结 4 2057
故里飘歌
故里飘歌 2021-02-19 03:09

I installed puma gem and when I start rails server by rails s I can see full output:

$ rails s 
/Users/serj/.rvm/gems/ruby-2.2.1@email_         


        
4条回答
  •  离开以前
    2021-02-19 04:11

    I've found this command in the Puma github readme:

    $rails s Puma
    

    Which also results in the desired behavior.

    Edit: In fact, as described here after installing Puma, it should automatically be picked up by rails s command without the Puma argument.

提交回复
热议问题