From 992ad9fb7ecfa9e2a79d5e44a69c7a27d2b02a96 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 6 May 2009 23:38:12 +0000 Subject: [PATCH] Restore log on 1 data directory. The log is a technical information on Dolibarr to know how dolibarr system works so it is absolutely necessary that there is one and only one log file. Technical information must not be split using business informations. --- htdocs/includes/modules/modSyslog.class.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/htdocs/includes/modules/modSyslog.class.php b/htdocs/includes/modules/modSyslog.class.php index e82539c7110..062cc3ed05b 100644 --- a/htdocs/includes/modules/modSyslog.class.php +++ b/htdocs/includes/modules/modSyslog.class.php @@ -58,11 +58,6 @@ class modSyslog extends DolibarrModules // Data directories to create when module is enabled $this->dirs = array(); - $r=0; - - $this->dirs[$r][0] = "output"; - $this->dirs[$r][1] = "/logs"; - $this->dirs[$r][2] = 1; // Config pages $this->config_page_url = array("syslog.php");