2013-05-21 58 views
0

有沒有可能修改Heroku的行爲來獲取像我在本地的錯誤堆棧?Heroku:發生錯誤時獲取錯誤堆棧

例:

NameError in Best#search 

Showing /media/augustin/Documents/Workspace/best/app/views/layouts/application.html.haml where line #29 raised: 

undefined local variable or method `new_user_session_pat' for #<#<Class:0x00000002eb09b8>:0x00000004a12008> 

相反的:

We're sorry, but something went wrong. 

我知道有Heroku的日誌,我知道它肯定是在生產環境中不推薦使用,但因爲我還在深化發展,我我很高興有更好的消息比原木。

感謝

回答