How to suppress request logging in Laravel 8?

I've searched for how to do this, and have come up empty handed.

The nginx web server has proper request logging and so I do not need Laravel to log these at all. They add little information and for health checks in particular, are spammy:

- -  08/Sep/2022:03:35:24 +0000 "GET /index.php" 404

Does anyone know how they can be suppressed without forcibly editing vendor code?

Update Solved, this isn't Laravel, see comment by @apokryfos



Comments

Popular posts from this blog

Spring Elasticsearch Operations

Network Error and Timeout on Authorize.net JS

Object oriented programming concepts (OOPs)