I am troubleshooting some problem with my app on heroku. And I need to see some logger.debug output to the via "heroku logs "
I have set the appropriate level "heroku config:add LOG_LEVEL=DEBUG", but still it doesn't output the logger.debug output from the controller.rb but it works fine on model.rb files. Any idea on what is going? Any workaround/suggestions for debugging are greatly appreciated? --George p.s. btw, I am trying to figure an ajax call problem from a PhoneGap mobile app to Rails server app. It works fine against my own server at home, but fails when working against Heroku server. The issue I suspect is that a header var that I inserted in beforeSend() is NOT accepted by Heroku for some reason. Any suggestion/pointers are greatly appreciated. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
