diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 1a6d148..41c01d4 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -566,6 +566,18 @@ */ /** + * During development, it is recommended to increase the level of PHP's error + * reporting. Drupal will respect the value for error_reporting set by the + * php.ini configuration or by overrides in the webserver configuration or + * .htaccess. To enable the maximum verbosity in PHP logging, uncomment the + * line below. + * + * Note: This setting can cause a performance impact if set too verbose. + * See https://www.drupal.org/node/1267246 for more information. + */ +# ini_set('error_reporting', E_ALL); + +/** * If you encounter a situation where users post a large amount of text, and * the result is stripped out upon viewing but can still be edited, Drupal's * output filter may not have sufficient memory to process it. If you