[Checkins] CVS: Zope/lib/python/ZServer/PubCore - ZServerPublisher.py:1.9.8.1.34.1

Jim Fulton jim at zope.com
Thu May 4 17:16:55 EDT 2006


Update of /cvs-repository/Zope/lib/python/ZServer/PubCore
In directory cvs.zope.org:/tmp/cvs-serv28390/lib/python/ZServer/PubCore

Modified Files:
      Tag: zc-Zope-2-7-5
	ZServerPublisher.py 
Log Message:
Added trace log entry for getting into an application thread.


=== Zope/lib/python/ZServer/PubCore/ZServerPublisher.py 1.9.8.1 => 1.9.8.1.34.1 ===
--- Zope/lib/python/ZServer/PubCore/ZServerPublisher.py:1.9.8.1	Tue Oct 21 10:40:31 2003
+++ Zope/lib/python/ZServer/PubCore/ZServerPublisher.py	Thu May  4 17:16:52 2006
@@ -14,9 +14,11 @@
 class ZServerPublisher:
     def __init__(self, accept):
         from ZPublisher import publish_module
+        from ZServer import DebugLogger
         while 1:
             try:
                 name, request, response=accept()
+                DebugLogger.log('C', id(response.stdout._request))
                 publish_module(
                     name,
                     request=request,



More information about the Checkins mailing list