Answer & Solution
log_errors directive to On in PHP configuration (php.ini) enables logging of errors to a file specified by the error_log directive. This allows developers to record error messages and warnings for analysis and troubleshooting, without displaying them directly on the web page.