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:
Diffstat (limited to 'core/Profiler.php')
-rw-r--r--core/Profiler.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Profiler.php b/core/Profiler.php
index b959e3990c..2422f5db25 100644
--- a/core/Profiler.php
+++ b/core/Profiler.php
@@ -17,7 +17,8 @@ namespace Piwik;
* enable_sql_profiler = 1
*
* [log]
- * logger_message[]="screen"
+ * log_writers[] = file
+ * log_level=debug
*
* @package Piwik
*/