I have configured my Django project on Openshift with success.
But somewhere in my site I launch a command tool installed by pip and I think the command failed. But I don't find python log with
rhc tail -a project
Or when I got to /var/lib/openshift/id/app-root/logs/python.log file I don't find more log than displayed at screen
How can I see all my python output console ?
Thanks
[EDIT]
I tried to use the logging configuration for django, but I can't see my log even if I put my app name in loggers.