ehm.... do you use "print" anywhere in your code? if yes, you shouldn't at 
all .... use a redirection to /dev/null if you don't want to see anything 
on the console, but in any case, it's not a good practice (and I'm not sure 
if it will cause problems)

On Monday, September 23, 2013 10:55:38 PM UTC+2, Mark Finkelstein wrote:
>
> I noticed that when running python anyserver.py -s gevent, there's a lot 
> of logging data pushed out into stdio, which I use for my own debugging. Is 
> there any way of suppressing the default output?
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to