Im getting a 500 error on my return url from a paypal ipn request on my django site. This is shown in the access_logs but I presumed somethign would appear in the error_logs also but it isn't? 173.0.82.126 - - [09/Jul/2012:22:41:33 +0200] "POST /plans/paypal/notify/323342e HTTP/1.0" 500 107183 "-" "-" asked 09 Jul '12, 15:49 Rhyso |
I have the same problem! Did you find the source of the problem? Where is it supposed to be logged? Thanks answered 18 Nov '14, 13:37 Joachim Hagege |
Are you sure you're looking in the correct log? The log you should be looking at is
~/logs/user/error_<name of your app>.log
.