disable xdebug tracing

This commit is contained in:
Andrew Dolgov
2023-10-24 21:55:59 +03:00
parent ed43a73369
commit de2830b241

View File

@@ -106,7 +106,7 @@ if [ ! -z "${TTRSS_XDEBUG_ENABLED}" ]; then
env | grep TTRSS_XDEBUG
cat > /etc/php82/conf.d/50_xdebug.ini <<EOF
zend_extension=xdebug.so
xdebug.mode=develop,trace,debug
xdebug.mode=debug
xdebug.start_with_request = yes
xdebug.client_port = ${TTRSS_XDEBUG_PORT}
xdebug.client_host = ${TTRSS_XDEBUG_HOST}