Hello Everyone,

I am developing a web application using pylons pyramid. I am not using 
default web server waitress but relying on mod_wsgi.
My pyramid application internally uses a c library. In the c library, some 
places,printf() statement is used for debug logs. 
When I run my pyramid application under mode_wsgi, I observed that debug 
information was being logged in application log file for python print 
statements but none of the printf() were logged.
Don't print and printf() have same function to print on stdout?
How do I enable logging using printf() statement? 
Please help me on this.

Thanks,
Omicron.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/modwsgi/-/YSiZXwlb4-IJ.
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/modwsgi?hl=en.

Reply via email to