Problem to get import_log.py to work

I am running the following command:
python stat.abundanthealth.info/public_html/matomo/misc/log-analytics/import_logs.py --url=https://stat.abundanthealth.info/matomo /home/customer/www/abundanthealth.info/log/abundanthealth.info

But the response is:

0 lines parsed, 0 lines recorded, 0 records/sec (avg), 0 records/sec (current)

Logs import summary

0 requests imported successfully
0 requests were downloads
0 requests ignored:
    0 HTTP errors
    0 HTTP redirects
    0 invalid log lines
    0 filtered log lines
    0 requests did not match any known site
    0 requests did not match any --hostname
    0 requests done by bots, search engines...
    0 requests to static resources (css, js, images, ico, ttf...)
    0 requests to file downloads did not match any --download-extensions

Website import summary

0 requests imported to 0 sites
    0 sites already existed
    0 sites were created:

0 distinct hostnames did not match any existing site:

Performance summary

Total time: 0 seconds
Requests imported per second: 0.0 requests per second

Processing your log data

In order for your logs to be processed by Matomo, you may need to run the following command:
 ./console core:archive --force-all-websites --url='https://stat.abundanthealth.info/matomo'

What is the problem that the log file is not parsing?