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:
authormattab <matthieu.aubry@gmail.com>2014-05-12 03:13:23 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-12 03:13:23 +0400
commitc866f47f5e7b9f872db969324786f0b28e7750d7 (patch)
treec75df7c8260eefb46f4981d1fee8f8937ec233e8 /core/Log.php
parent97402e918b0af08396d80a33458d8b421332dff7 (diff)
Do not mention archive.php in the sourcecode, instead mention `./console core:archive` command
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 8e090fa4a0..e9b9153e17 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -43,7 +43,7 @@ use Piwik\Db;
* severe than the current log level will be outputted. Others will be
* ignored. The default level is **WARN**.
* - `log_only_when_cli`: 0 or 1. If 1, logging is only enabled when Piwik is executed
- * in the command line (for example, by the archive.php cron
+ * in the command line (for example, by the core:archive command
* script). Default: 0.
* - `log_only_when_debug_parameter`: 0 or 1. If 1, logging is only enabled when the
* `debug` query parameter is 1. Default: 0.