You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme file is saying:
./import_logs.py --url=matomo.example.com /path/to/access.log
but if we apply it, it does not work if we are using it with --token_auth, it should be
./import_logs.py --url=https://matomo.example.com /path/to/access.log --token_auth
instead.
The text was updated successfully, but these errors were encountered:
The readme file is saying:
./import_logs.py --url=matomo.example.com /path/to/access.log
but if we apply it, it does not work if we are using it with --token_auth, it should be
./import_logs.py --url=https://matomo.example.com /path/to/access.log --token_auth
instead.
The text was updated successfully, but these errors were encountered: