Log analytics abort

I’ve troubles with the import of log files. When I do a dry run (parameter --dry-run) everything is fine and I get a complete report with all the website, log and perfomance summaries.
When I remove the --dry-run I get only the detection report of the log file and no data is imported into piwik.
This is also only the case with larger files, small ones work quite well.

Also tried to activate debugging by adding [log] to the config.ini.php but didn’t work.

Any hints?

Found the problem - debugging forced an overflow in my $out with all the parsed line reports. turned it off and now it works.

interesting, but do you think we could fix this bug in general so other users don’t experience it?

Or maybe we could write better error message?