Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable verbose loggin in PHP container, Trigger value for 'XDEBUG_TRIGGER' not found #525

Open
ghost opened this issue Jul 22, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 22, 2022

Latest d4d. I am getting these logs but I don't have such entries in older d4d containers when I run drush. How to stop this?

wodby@php.container:/var/www/html $ drush cr
[118] Log opened at 2022-07-22 15:03:13.832680
[118] [Config] INFO: Trigger value for 'XDEBUG_TRIGGER' not found, falling back to 'XDEBUG_SESSION'
[118] [Config] INFO: Trigger value for 'XDEBUG_SESSION' not found, so not activating
 [success] Cache rebuild complete.
[118] Log closed at 2022-07-22 15:03:15.191116
@igorbiki
Copy link

Not sure if this is a fix, but if you uncomment this line in docker-compose.yml
PHP_XDEBUG_LOG: /tmp/php-xdebug.log

output goes away! Don't forget to restart containers.

@iVegas
Copy link
Contributor

iVegas commented Jan 9, 2023

Please check an example of how to decrease xdebug logging level using the environment variable #507

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants