[Zope-Checkins] CVS: Zope/lib/python/App/dtml - profile.dtml:1.7

Chris McDonough chrism at zope.com
Tue Oct 21 10:10:46 EDT 2003


Update of /cvs-repository/Zope/lib/python/App/dtml
In directory cvs.zope.org:/tmp/cvs-serv2472/lib/python/App/dtml

Modified Files:
	profile.dtml 
Log Message:
Make 'publisher-profile-file' configuration file setting work.  Note that the environment variable "PROFILE_PUBLISHER" has been banished with this change.  We also change the core of Publish.py to not conditionally define functions in order to have a bit more control over the process.


=== Zope/lib/python/App/dtml/profile.dtml 1.6 => 1.7 ===
--- Zope/lib/python/App/dtml/profile.dtml:1.6	Sun Dec 22 12:53:57 2002
+++ Zope/lib/python/App/dtml/profile.dtml	Tue Oct 21 10:10:15 2003
@@ -62,11 +62,11 @@
 <dtml-else>
 <br />
 <div class="form-text">
-Profiling is not currently enabled or there is not yet any profiling 
-data to report. To enable profiling, restart the Zope process with 
-the environment variable PROFILE_PUBLISHER defined. The value of this 
-variable should be the full system path to a file that will be used 
-to dump a profile report when the process restarts or exits.
+Profiling is not currently enabled or there is not yet any profiling
+data to report.  To enable profiling, restart the Zope process with
+the configuration setting 'publisher-profile-file' defined. The value
+of this variable should be the full system path to a file that will be
+used to dump a profile report when the process restarts or exits.
 </div>
 </dtml-if>
 </dtml-let>




More information about the Zope-Checkins mailing list