[Zope-dev] monitor_client_win32.py feature?

Robin Becker robin@jessikat.demon.co.uk
Fri, 23 Jul 1999 15:14:42 +0100


with the latest (nearly b1) code I find that info messages are somehow being propagated
to the remote terminal. This is with monitor_client_win32.py.

eg I connect ok and see the prompt then I do

>>> from __main__ import *
>>> sys
------
1999-07-23T14:02:16 INFO(0) ZServer <module 'sys' (built-in)>
<module 'sys' (built-in)>
>>>

at the same time the log is showing 
------
1999-07-23T13:56:57 INFO(0) ZServer Monitor Server (V1.5) started on port 8099
------
1999-07-23T13:58:08 INFO(0) ZServer Incoming monitor connection from 127.0.0.1:2
111
------
1999-07-23T13:58:27 INFO(0) ZServer 0:1 (exec)> 'from __main__ import *'
------
1999-07-23T14:02:16 INFO(0) ZServer 0:2 (eval)> 'sys'
-- 
Robin Becker