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

Michael Haubenwallner michael at d2m.at
Fri Aug 21 07:24:12 EDT 2009


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

Changed:
  U   grok/trunk/etc/debug.ini.in
  U   grok/trunk/etc/deploy.ini.in
  U   grok/trunk/etc/zdaemon.conf.in

-=-
Modified: grok/trunk/etc/debug.ini.in
===================================================================
--- grok/trunk/etc/debug.ini.in	2009-08-21 10:49:46 UTC (rev 103030)
+++ grok/trunk/etc/debug.ini.in	2009-08-21 11:24:12 UTC (rev 103031)
@@ -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: grok/trunk/etc/deploy.ini.in
===================================================================
--- grok/trunk/etc/deploy.ini.in	2009-08-21 10:49:46 UTC (rev 103030)
+++ grok/trunk/etc/deploy.ini.in	2009-08-21 11:24:12 UTC (rev 103031)
@@ -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: grok/trunk/etc/zdaemon.conf.in
===================================================================
--- grok/trunk/etc/zdaemon.conf.in	2009-08-21 10:49:46 UTC (rev 103030)
+++ grok/trunk/etc/zdaemon.conf.in	2009-08-21 11:24:12 UTC (rev 103031)
@@ -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