[Inteproxy-commits] r30 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Apr 4 20:36:46 CEST 2007


Author: bh
Date: 2007-04-04 20:36:45 +0200 (Wed, 04 Apr 2007)
New Revision: 30

Modified:
   trunk/ChangeLog
   trunk/InteProxy.py
Log:
* InteProxy.py (run_server): The default value of the debug level
is now 0 instead of None


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-03-29 12:45:56 UTC (rev 29)
+++ trunk/ChangeLog	2007-04-04 18:36:45 UTC (rev 30)
@@ -1,3 +1,8 @@
+2007-04-04  Bernhard Herzog  <bh at intevation.de>
+
+	* InteProxy.py (run_server): The default value of the debug level
+	is now 0 instead of None
+
 2007-03-29  Jan-Oliver Wagner  <jan-oliver.wagner at intevation.de>
 
 	Preparing release 0.1.2.

Modified: trunk/InteProxy.py
===================================================================
--- trunk/InteProxy.py	2007-03-29 12:45:56 UTC (rev 29)
+++ trunk/InteProxy.py	2007-04-04 18:36:45 UTC (rev 30)
@@ -355,7 +355,7 @@
                ServerClass = MasterWorkerServer):
     """Run the InteProxy server"""
     parser = optparse.OptionParser()
-    parser.set_defaults(port=64609, workers=5)
+    parser.set_defaults(port=64609, workers=5, debug_level=0)
     parser.add_option("--logfile")
     parser.add_option("--allow-shutdown", action="store_true")
     parser.add_option("--port", type="int")



More information about the Inteproxy-commits mailing list