docker4drupal icon indicating copy to clipboard operation
docker4drupal copied to clipboard

D4D Examples: Decrease xdebug log level in php container cli

Open iVegas opened this issue 4 years ago • 0 comments

Use the following environment variable definition in docker-compose.override.yml for php container:

services:
  php:
    environment:
      PHP_XDEBUG_LOG_LEVEL: 0

iVegas avatar Dec 21 '21 22:12 iVegas