mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
error.log moved into the log directory
SVN:trunk[2437]
This commit is contained in:
@@ -4407,12 +4407,12 @@ abstract class MetaModel
|
||||
if (self::$m_oConfig->GetLogIssue())
|
||||
{
|
||||
self::$m_bLogIssue = true;
|
||||
IssueLog::Enable(APPROOT.'/error.log');
|
||||
IssueLog::Enable(APPROOT.'log/error.log');
|
||||
}
|
||||
self::$m_bLogNotification = self::$m_oConfig->GetLogNotification();
|
||||
self::$m_bLogWebService = self::$m_oConfig->GetLogWebService();
|
||||
|
||||
ToolsLog::Enable(APPROOT.'/tools.log');
|
||||
ToolsLog::Enable(APPROOT.'log/tools.log');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user