Skip to content

Commit

Permalink
fix xdebug log
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed May 20, 2024
1 parent e1b72cb commit b921716
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/docker-entrypoint.twig
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ fi

if [[ "${STDOUT_LOG}" -ne "0" ]]; then
sed -i "s/error_log\s*=.*/error_log = \/proc\/self\/fd\/2/" $PHP_INI_DIR/conf.d/zz-php.ini
{% if xdebug != false %}
sed -i "s/xdebug.log\s*=.*/xdebug.log = \/proc\/self\/fd\/2/" $PHP_INI_DIR/conf.d/zz-xdebug.ini
{% endif %}
fi
{% block custom %}{% endblock %}

Expand Down

0 comments on commit b921716

Please sign in to comment.