Django. How to find error details on Heroku project -


i have django app deployed on heroku. has been there several months now. small forum. today, ran across weird error , i'm wondering how can find details of error.

i use papertrail , error is:

 jun 19 09:26:31 whispering-castle-2137 heroku/router: at=info method=get path="/temas/inicio/" host=*** request_id=78685698-6fd7-4311-9b0b-04721b1064a4 fwd="181.72.204.178" dyno=web.1 connect=0ms service=85ms status=500 bytes=987  

this doesn't @ all.

i cannot simulate error locally, can do?


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -