From 86b5e7392a4e98f11db1454f571233e372af1b2f Mon Sep 17 00:00:00 2001 From: RainLoop Team Date: Sat, 7 Dec 2013 02:46:08 +0400 Subject: [PATCH] Add date information in log --- rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php b/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php index 6b878475d..1e02a28ee 100644 --- a/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php +++ b/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php @@ -746,7 +746,7 @@ class Actions $oHttp->GetMethod().': '.$oHttp->GetHost(false, false).$oHttp->GetServer('REQUEST_URI', ''), \MailSo\Log\Enumerations\Type::NOTE, 'REQUEST'); - $this->oLogger->Write('[PHP:'.PHP_VERSION.'][RL:'.APP_VERSION.']'); + $this->oLogger->Write('[PHP:'.PHP_VERSION.'][RL:'.APP_VERSION.'][DATE:'.\gmdate('d.m.y').']'); } }