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
225 stars 118 forks source link

explicitly sort glob results for an implicit progress bar #292

Closed Prinzhorn closed 4 years ago

Prinzhorn commented 4 years ago

fixes #291

Findus23 commented 4 years ago

Seem reasonable to me as unsorted globs can be annoying and sorting the list of filenames should never have a relevent performance impact.

Prinzhorn commented 4 years ago

Thanks!