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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-10-15 06:31:19 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-10-15 06:31:53 +0400
commit15bd089bae3cc4051c0895d1bc87649285f858ad (patch)
tree94d6f47359b4a654c53b5099d02d6eb2121d9dc7 /core/Log.php
parent623b63e72d3494969e1284d7fc78da92b18725c3 (diff)
Tweak log format.
Diffstat (limited to 'core/Log.php')
-rw-r--r--core/Log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Log.php b/core/Log.php
index 7a82135859..d5c7bdb47b 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -74,7 +74,7 @@ class Log extends Singleton
*
* @var string
*/
- private $logMessageFormat = "%tag%[%datetime%] %message%";
+ private $logMessageFormat = "%level% %tag%[%datetime%] %message%";
/**
* If we're logging to a file, this is the path to the file to log to.