管理用于广告的 cookie,如广告个性化、再营销和广告效果分析。
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.