On 3/22/07, Ofer Nave <[EMAIL PROTECTED]> wrote:
> 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 in the web
> page that is produced.
>
> I checked the docs, but didn't find anything appropriate.

I don't use mod_python, but a bit of googlin' turned up:

http://www.modpython.org/pipermail/mod_python/2001-July/012070.html

Best Regards,
-jj

-- 
http://jjinux.blogspot.com/

_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to