Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.14.5.12. Enable debug mode in Drupal
Open the site configuration file using the built-in file manager or any FTP client and add the following line to it:
$config['system.logging']['error_level'] = 'verbose';
After identifying the causes of errors on the site and resolving them, it is recommended to disable the debug mode. To do this, simply remove the added line.