Skip to content

Instantly share code, notes, and snippets.

@marklabrecque
Created July 31, 2017 15:21
Show Gist options
  • Save marklabrecque/d69705cd4735d18199c70c1808258cc0 to your computer and use it in GitHub Desktop.
Save marklabrecque/d69705cd4735d18199c70c1808258cc0 to your computer and use it in GitHub Desktop.
Enabling php error output to a Drupal 8 site.
<?php
$config['system.logging']['error_level'] = 'verbose';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment