Commit 5718e5f8 authored by Jeremy Hylton's avatar Jeremy Hylton

Set debug=1 for ClientStorage so that you can get reassuring zLOG output.

parent 6611b45c
...@@ -22,7 +22,7 @@ import ZODB ...@@ -22,7 +22,7 @@ import ZODB
from ZEO.ClientStorage import ClientStorage from ZEO.ClientStorage import ClientStorage
def check_server(addr, storage): def check_server(addr, storage):
cs = ClientStorage(addr, storage=storage, cs = ClientStorage(addr, storage=storage, debug=1,
wait_for_server_on_startup=0) wait_for_server_on_startup=0)
# _startup() is an artifact of the way ZEO 1.0 works. The # _startup() is an artifact of the way ZEO 1.0 works. The
# ClientStorage doesn't get fully initialized until registerDB() # ClientStorage doesn't get fully initialized until registerDB()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment