Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-05 00:09:07 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-05 00:09:07 +0300
commita26cf222ff29851440d71cc63df7b3f8650100d3 (patch)
treee6845d779550511ab518c874dbb4088f3435ef27 /core/Log.php
parent7a9f70830a0d32fd56f381aac47d5ed64bf4ed7a (diff)
#6622 Logger refactoring: log in CLI
- follows the verbosity level - formatted with colors
Diffstat (limited to 'core/Log.php')
-rw-r--r--core/Log.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Log.php b/core/Log.php
index d22b88160b..33e09d88ec 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -280,6 +280,7 @@ class Log extends Singleton
'level' => $this->getMonologLevel($level),
'level_name' => self::getStringLevel($level),
'time' => new \DateTime(),
+ 'datetime' => new \DateTime(),
'extra' => array(),
);