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
path: root/misc
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-05-04 10:13:16 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-04 10:13:16 +0400
commit6279a4cf22fe33e32e7338d0e53398df786a16f4 (patch)
treeb5ca897ed7e1a702c90a28c0b3d8379f911f6398 /misc
parenta5da45c2f74e53999feb3e1458ea16bf1981e9f8 (diff)
2.1.1-b3
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/log-analytics/import_logs.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py
index ec6a5e22a4..cfa8d54944 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -1358,11 +1358,9 @@ class Recorder(object):
dates=','.join(dates),
idSites=','.join(str(site_id) for site_id in stats.piwik_sites),
)
- print('To re-process these reports with your new update data, execute the '
- '`piwik/console core:archive` script, or see: http://piwik.org/setup-auto-archiving/ '
- 'for more info.')
-
-
+ print('To re-process these reports with your new update data, execute the following command: \n '
+ '`piwik/console core:archive --url=http://example/piwik/`\n'
+ 'Reference: http://piwik.org/docs/setup-auto-archiving/ ')
class Hit(object):