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-10-09 06:20:23 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-09 06:20:23 +0400
commit2f8733283a19a776b07895ca5e9ed6120d6aea5d (patch)
tree9460244c709ebc66c25249e7568f78db52bde408 /misc
parentc87ffc4dfb776cf2c6872f2ff03871f3383b6598 (diff)
Small fix to log analytics readme
Diffstat (limited to 'misc')
-rw-r--r--misc/log-analytics/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/log-analytics/README.md b/misc/log-analytics/README.md
index 6c4aadf675..a9d53d8dfc 100644
--- a/misc/log-analytics/README.md
+++ b/misc/log-analytics/README.md
@@ -20,7 +20,7 @@ and will not track bots, static files, or error requests.
If you wish to track all requests the following command would be used:
- python /path/to/piwik/misc/log-analytics/import_logs.py --url=http://mysite/piwik/ access.log --idsite=1234 --recorders=4 --enable-http-errors --enable-http-redirects --enable-static --enable-bots
+ python /path/to/piwik/misc/log-analytics/import_logs.py --url=http://mysite/piwik/ --idsite=1234 --recorders=4 --enable-http-errors --enable-http-redirects --enable-static --enable-bots access.log
## How to import your logs automatically every day?