Heroku: see params and sql activity in logs?

前端 未结 6 2165
不思量自难忘°
不思量自难忘° 2020-12-07 22:52

When i view my heroku logs on the server (with heroku logs --tail --app myapp) i see something like this:

2011-06-21T14:09:25+00:00 app[web.1]:          


        
6条回答
  •  眼角桃花
    2020-12-07 23:39

    Looks like the puma server doesn't play well with Heroku. In my project, I tried everything, but it still wouldn't log. I then replaced Puma with Unicorn, and bam, full logs are being shown.

提交回复
热议问题