mirror of
https://github.com/Combodo/iTop.git
synced 2026-07-17 04:06:38 +02:00
error.log moved into the log directory
SVN:trunk[2437]
This commit is contained in:
@@ -613,7 +613,7 @@ class utils
|
||||
$bCASDebug = self::GetConfig()->Get('cas_debug');
|
||||
if ($bCASDebug)
|
||||
{
|
||||
phpCAS::setDebug(APPROOT.'/error.log');
|
||||
phpCAS::setDebug(APPROOT.'log/error.log');
|
||||
}
|
||||
|
||||
if (!self::$m_bCASClient)
|
||||
|
||||
@@ -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