[Paste] Where does Stdout/stderr go under paste.mod_python?

2007-03-22 Thread Ofer Nave
Disclaimer: New to Python. I just created a simple WSGI app that I'm running under apache/mod_python/paste.modpython. It works. But I can't output anything to the apache logs. I've tried printing to both stdout and stderr. I need a way to get warning/error/debug messages beyond embedding them

[Paste] Reloading unreliably

2007-03-22 Thread Ofer Nave
As I mentioned in my previous email, I'm running a WSGI app under apache/mod_python/paste.mod_python. It seems to detect changes to files most of the time, but not all the time. I haven't been able to isolate any patterns, so I don't have much more to offer. Basically, I'll be running through my