From aedf02a2fe7bc19449a6b38ecdcecc0728f853f0 Mon Sep 17 00:00:00 2001 From: toyowheelin Date: Fri, 7 Mar 2014 07:23:07 -0800 Subject: [PATCH] Update defaults.inc.php --- includes/defaults.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index 1f095dd10..74946c863 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -32,6 +32,7 @@ $config['project_id'] = strtolower($config['project_name']); $config['temp_dir'] = "/tmp"; $config['install_dir'] = "/opt/" . $config['project_id']; +$config['log_dir'] = $config['install_dir'] . "/logs"; // What is my own hostname (used to identify this host in its own database) $config['own_hostname'] = "localhost";