Using import_logs.py with TGZ compressed logs

Hello all,

I have a problem. I’m trying to import some TGZ compressed log files with import_logs.py. How do I this?

Regards
Knox

PS: Sorry for my bad English!

The import log does not handle TGZ (yet) it however works with .log, .gz, .bz2

Maybe put a pull request on the python script to add support for TGZ
http://piwik.org/participate/contributing-with-git/

Thanks for the answer. Is there maybe a way to pipe it or use somehow stdin?