How can I move matomo access logs?

I tried different ways in my virtual host .conf file, but but i keep seeing matomo logs in my /var/log/apache2/access.log and i don’t understand why…

   # ErrorLog ${APACHE_LOG_DIR}/error.log
   #CustomLog ${APACHE_LOG_DIR}/access.log combined
    #CustomLog /dev/null combined
     ErrorLog /var/www/html/matomo_logs/error.log
     CustomLog /var/www/html/matomo_logs/access.log combined

what i see is:

[02/Sep/2021:15:47:52 -0700] "POST /matomo.php?action_name=...
or
[02/Sep/2021:15:47:31 -0700] "GET /matomo.js HTTP/2.0" 200...