From 2f3831d99754764ba22c54fddcc7c744cd5e9e8d Mon Sep 17 00:00:00 2001
From: Olivier PEREZ <olivier@olivierperez.fr>
Date: Wed, 24 Dec 2014 23:44:40 +0100
Subject: [PATCH] Add const LOG_FILE to constants.php.template

---
 app/inc/constants.php.template | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/inc/constants.php.template b/app/inc/constants.php.template
index 6afeb02e..af7f2892 100644
--- a/app/inc/constants.php.template
+++ b/app/inc/constants.php.template
@@ -67,6 +67,9 @@ const URL_PROPRE = false;
 // Use REMOTE_USER data provided by web server
 const USE_REMOTE_USER =  true;
 
+// Path to the log file
+const LOG_FILE = 'admin/stdout.log';
+
 const COMMENT_EMPTY         = 0x0000000001;
 const COMMENT_USER_EMPTY    = 0x0000000010;
 const COMMENT_INSERT_FAILED = 0x0000000100;
-- 
GitLab