[Grok-dev] ./var/log vs ./log
Jeroen Michiel
jmichiel at yahoo.com
Fri May 13 03:54:07 EDT 2011
If you create a new grok 1.4 project, the buildout.cfg specifes the log dir
to be ${buildout:directory}/var/log in the [zope_conf] section.
However, in the deploy.ini.in, the eventlog and accesslog files are written
to
os.path.join(r'${buildout:directory}', 'log', 'event.log')
Shouldn't this also be to ./var/log?
In the new grokproject a ./log dir is created, but with upgrading an old
project, this dir is not created by buildout, which causes an error while
starting in deploy.
--
View this message in context: http://old.nabble.com/.-var-log-vs-.-log-tp31609250p31609250.html
Sent from the Grok mailing list archive at Nabble.com.
More information about the Grok-dev
mailing list