[Erp5-report] r15064 - /erp5/trunk/utils/oood/runserw.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 29 10:53:28 CEST 2007


Author: kazuhiko
Date: Fri Jun 29 10:53:28 2007
New Revision: 15064

URL: http://svn.erp5.org?rev=15064&view=rev
Log:
do not output http connection logs to stderr.

Modified:
    erp5/trunk/utils/oood/runserw.py

Modified: erp5/trunk/utils/oood/runserw.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/runserw.py?rev=15064&r1=15063&r2=15064&view=diff
==============================================================================
--- erp5/trunk/utils/oood/runserw.py (original)
+++ erp5/trunk/utils/oood/runserw.py Fri Jun 29 10:53:28 2007
@@ -317,7 +317,7 @@
 
     # Run the server forever
     server_port = config.server_port + offset
-    ser = MySerw((config.server_host, server_port))
+    ser = MySerw((config.server_host, server_port), logRequests = False)
     ser.register_instance(disp)
     Log.info("Server - Will serve indefinitely until you kill or interrupt it...")
     ser.serve_forever()




More information about the Erp5-report mailing list