Skip to main content

Enable error reporting in Drupal 8

Add this code in the settings.php

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

Comments