added logdir to koha-conf.xml
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 28 Dec 2007 17:40:08 +0000 (11:40 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 28 Dec 2007 18:40:11 +0000 (12:40 -0600)
This parameter, initialized from LOG_DIR during installation,
allows scripts to specify a common directory for logs.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
etc/koha-conf.xml

index c944fe3..a59b9c4 100644 (file)
@@ -51,5 +51,6 @@
  <opachtdocs>__OPAC_TMPL_DIR__</opachtdocs>
  <intrahtdocs>__INTRANET_TMPL_DIR__</intrahtdocs>
  <includes>__INTRANET_TMPL_DIR__/default/en/includes/</includes>
+ <logdir>__LOG_DIR__</logdir>
 </config>
 </yazgfs>