For those of you working with WordPress, this is the code you need in wp-config.php to log errors but not show them in web pages:
define('WP_DEBUG', true); define('WP_DEBUG_DISPLAY', false); define('WP_DEBUG_LOG', true);
For those of you working with WordPress, this is the code you need in wp-config.php to log errors but not show them in web pages:
[1] http://cwe.mitre.org/data/definitions/81.html