summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-24 21:55:59 +0300
committerAndrew Dolgov <[email protected]>2023-10-24 21:55:59 +0300
commitde2830b241dc393695fe9278d431d412c1be6266 (patch)
tree6e6fa3657fcce38e8ba63390eaaa9fcf39a3af7b
parented43a7336925c1a97cad8768afa52c5c46f299bb (diff)
disable xdebug tracing
-rw-r--r--.docker/app/startup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.docker/app/startup.sh b/.docker/app/startup.sh
index 2b893e074..e1a17648b 100644
--- a/.docker/app/startup.sh
+++ b/.docker/app/startup.sh
@@ -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}