[Checkins] SVN: grokproject/trunk/grokproject/template_paste/etc/ adjust to the new folder layout

Michael Haubenwallner michael at d2m.at
Fri Aug 21 07:54:30 EDT 2009


Log message for revision 103033:
  adjust to the new folder layout

Changed:
  U   grokproject/trunk/grokproject/template_paste/etc/debug.ini.in_tmpl
  U   grokproject/trunk/grokproject/template_paste/etc/deploy.ini.in_tmpl
  U   grokproject/trunk/grokproject/template_paste/etc/zdaemon.conf.in_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_paste/etc/debug.ini.in_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/etc/debug.ini.in_tmpl	2009-08-21 11:46:10 UTC (rev 103032)
+++ grokproject/trunk/grokproject/template_paste/etc/debug.ini.in_tmpl	2009-08-21 11:54:30 UTC (rev 103033)
@@ -26,7 +26,7 @@
 
 [handler_accesslog]
 class = FileHandler
-args = (os.path.join(r'$${buildout:directory}', 'parts', 'log', 'access.log'),
+args = (os.path.join(r'$${zope_conf:logfiles}', 'access.log'),
         'a')
 level = INFO
 formatter = accesslog

Modified: grokproject/trunk/grokproject/template_paste/etc/deploy.ini.in_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/etc/deploy.ini.in_tmpl	2009-08-21 11:46:10 UTC (rev 103032)
+++ grokproject/trunk/grokproject/template_paste/etc/deploy.ini.in_tmpl	2009-08-21 11:54:30 UTC (rev 103033)
@@ -30,7 +30,7 @@
 
 [handler_accesslog]
 class = FileHandler
-args = (os.path.join(r'$${buildout:directory}', 'parts', 'log', 'access.log'),
+args = (os.path.join(r'$${zope_conf:logfiles}', 'access.log'),
         'a')
 level = INFO
 formatter = accesslog

Modified: grokproject/trunk/grokproject/template_paste/etc/zdaemon.conf.in_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/etc/zdaemon.conf.in_tmpl	2009-08-21 11:46:10 UTC (rev 103032)
+++ grokproject/trunk/grokproject/template_paste/etc/zdaemon.conf.in_tmpl	2009-08-21 11:54:30 UTC (rev 103033)
@@ -1,8 +1,8 @@
 <runner>
   program bin/paster serve $${buildout:directory}/parts/etc/deploy.ini
   daemon on
-  transcript $${buildout:directory}/parts/log/zdaemon.log
-  socket-name $${buildout:directory}/parts/log/zdaemonsock
+  transcript $${zope_conf:logfiles}/zdaemon.log
+  socket-name $${zope_conf:logfiles}/zdaemonsock
   # Enable this to run the child process as a different user
   # user zope
 </runner>



More information about the Checkins mailing list