We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import_logs.py gets stuck in an infinite loop in log format detection in this example (Matomo v4.1.1):
import_logs.py
echo '# test' > somefile python3 misc/log-analytics/import_logs.py --url=http://localhost/ somefile
It tries to read lines at end of file in this loop:
matomo-log-analytics/import_logs.py
Lines 291 to 295 in 7861399
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
import_logs.py
gets stuck in an infinite loop in log format detection in this example (Matomo v4.1.1):It tries to read lines at end of file in this loop:
matomo-log-analytics/import_logs.py
Lines 291 to 295 in 7861399
The text was updated successfully, but these errors were encountered: