matomo-org / matomo-log-analytics

Import any kind of server logs in Matomo for powerful log analytics. Universal log file parsing and reporting.
https://matomo.org/log-analytics/
GNU General Public License v3.0
224 stars 118 forks source link

Fix infinite loop in format detection #305

Open sth opened 3 years ago

sth commented 3 years ago

Fixes #304 by breaking out of the loop when no more data can be read.

sth commented 3 years ago

I don't really see how this test failure would be related to the change.