[Inteproxy-commits] r50 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Apr 18 14:38:04 CEST 2007


Author: bh
Date: 2007-04-18 14:38:04 +0200 (Wed, 18 Apr 2007)
New Revision: 50

Modified:
   trunk/ChangeLog
   trunk/InteProxy.py
Log:
* InteProxy.py (InteProxyHTTPRequestHandler): Fix debug level
comment.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-04-18 07:52:32 UTC (rev 49)
+++ trunk/ChangeLog	2007-04-18 12:38:04 UTC (rev 50)
@@ -1,3 +1,8 @@
+2007-04-18  Bernhard Herzog  <bh at intevation.de>
+
+	* InteProxy.py (InteProxyHTTPRequestHandler): Fix debug level
+	comment.
+
 2007-04-18  Stephan Holl  <stephan.holl at intevation.de>
 
 	* doc/InteProxy-de.odt: changed the URL for OL app to

Modified: trunk/InteProxy.py
===================================================================
--- trunk/InteProxy.py	2007-04-18 07:52:32 UTC (rev 49)
+++ trunk/InteProxy.py	2007-04-18 12:38:04 UTC (rev 50)
@@ -52,8 +52,12 @@
     # connect to the server can shutdown the server.
     allow_shutdown = False
 
-    # Whether debug output should be logged.  Currently every value > 0
-    # just switches debugging on.
+    # Whether debug output should be logged.  Supported values:
+    #     0    no debug output
+    #     1    normal debug level with abbreviated log of the data
+    #          transferred
+    #   >=2    Also logs all the data transferred by the proxy
+    #
     debug_level = 0
 
     def do_SHUTDOWN(self):



More information about the Inteproxy-commits mailing list