Drupal 8: show all errors or enable debug mode

To show all errors on Drupal 8 page, do the following steps.

  • add below code into sites/default/settings.php
  •  $config['system.logging']['error_level'] = 'verbose';  
    
  • Clear cache from admin/config/development/performance
  • You are done!!!

Comments

Popular Posts