I am new to the project and after cloning the code I see several notifications about each HTTP request. I always include notifications in the apache development environment and, of course, it is disabled on the production server and is not logged in the apache error log
error_reporting(E_ALL ^ E_NOTICE) , apparently as the default php configuration.
So how can I do the following in Apache:
I keep looking in the Apache documentation.
source share