[Zodb-checkins] CVS: StandaloneZODB/Tools - zeoup.py:1.4

Jeremy Hylton jeremy@zope.com
Wed, 30 Jan 2002 18:12:49 -0500


Update of /cvs-repository/StandaloneZODB/Tools
In directory cvs.zope.org:/tmp/cvs-serv25327

Modified Files:
	zeoup.py 
Log Message:
Set debug=1 for ClientStorage so that you can get reassuring zLOG output.


=== StandaloneZODB/Tools/zeoup.py 1.3 => 1.4 ===
 
 def check_server(addr, storage):
-    cs = ClientStorage(addr, storage=storage,
+    cs = ClientStorage(addr, storage=storage, debug=1,
                        wait_for_server_on_startup=0)
     # _startup() is an artifact of the way ZEO 1.0 works.  The
     # ClientStorage doesn't get fully initialized until registerDB()