PHP-FPM记录对/index.php Symfony的访问

I have my infra in GCP with this stack :

  • GKE - KUBERNETES IN GOOGLE
  • DOCKER with PHP-FPM 7.3
  • DOCKER with NGINX
  • Symfony 4

In my nginx I deactivate access logs with this :

    access_log off;

But when I go on logs I see this :

enter image description here

This is a log generated by phpfpm.

How can I de-activete it?

Thank you, regards