mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
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.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user