We already do this for apache system errors, let's enable Drupal 8 error printing, so we can help users avoid vague "The website encountered an unexpected error. Please try again later."



$config['system.logging']['error_level'] = 'verbose';

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jon Pugh created an issue.

helmo’s picture

Good idea, that could probably be tied to the 'logs_visible' checkbox.

Rohit Sankhla made their first commit to this issue’s fork.