docker4drupal
docker4drupal copied to clipboard
D4D Examples: Decrease xdebug log level in php container cli
Use the following environment variable definition in docker-compose.override.yml for php container:
services:
php:
environment:
PHP_XDEBUG_LOG_LEVEL: 0